Click or drag to resize

AnimationClientGetCurrentTimeAsync Method

Version 86.0.240
Returns the current time of the an animation.

Namespace:  CefSharp.DevTools.Animation
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<GetCurrentTimeResponse> GetCurrentTimeAsync(
	string id
)

Parameters

id
Type: SystemString
Id of animation.

Return Value

Type: TaskGetCurrentTimeResponse
returns System.Threading.Tasks.Task<GetCurrentTimeResponse>
See Also