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