Click or drag to resize

AnimationClientResolveAnimationAsync Method

Version 130.1.90
Gets the remote object of the Animation.

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

Parameters

animationId  String
Animation id.

Return Value

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