AnimationClientSeekAnimationsAsync Method |
Version 130.1.90
Seek a set of animations to a particular time within each animation.
Namespace: CefSharp.DevTools.AnimationAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> SeekAnimationsAsync(
string[] animations,
double currentTime
)
public:
Task<DevToolsMethodResponse^>^ SeekAnimationsAsync(
array<String^>^ animations,
double currentTime
)
Parameters
- animations String
- List of animation ids to seek.
- currentTime Double
- Set the current time of each animation.
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also