AnimationClientGetCurrentTimeAsync Method |
Version 118.6.80
Returns the current time of the an animation.
Namespace:
CefSharp.DevTools.Animation
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public Task<GetCurrentTimeResponse> GetCurrentTimeAsync(
string id
)
public:
Task<GetCurrentTimeResponse^>^ GetCurrentTimeAsync(
String^ id
)
Parameters
- id
- Type: SystemString
Id of animation.
Return Value
Type:
TaskGetCurrentTimeResponsereturns System.Threading.Tasks.Task<GetCurrentTimeResponse>
See Also