Click or drag to resize

AnimationClientResolveAnimationAsync Method

Version 86.0.240
Gets the remote object of the Animation.

Namespace:  CefSharp.DevTools.Animation
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<ResolveAnimationResponse> ResolveAnimationAsync(
	string animationId
)

Parameters

animationId
Type: SystemString
Animation id.

Return Value

Type: TaskResolveAnimationResponse
returns System.Threading.Tasks.Task<ResolveAnimationResponse>
See Also