AnimationClientSeekAnimationsAsync Method  | 
Version 94.4.20 
            Seek a set of animations to a particular time within each animation.
            
 
    Namespace: 
   CefSharp.DevTools.Animation
    Assembly:
   CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntaxpublic Task<DevToolsMethodResponse> SeekAnimationsAsync(
	string[] animations,
	double currentTime
)
public:
Task<DevToolsMethodResponse^>^ SeekAnimationsAsync(
	array<String^>^ animations, 
	double currentTime
)
Parameters
- animations
 - Type: SystemString
List of animation ids to seek. - currentTime
 - Type: SystemDouble
Set the current time of each animation. 
Return Value
Type: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also