Click or drag to resize

AnimationClientGetCurrentTimeAsync Method

Version 130.1.90
Returns the current time of the an animation.

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

Parameters

id  String
Id of animation.

Return Value

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