Click or drag to resize

AnimationClientSeekAnimationsAsync Method

Version 86.0.240
Seek a set of animations to a particular time within each animation.

Namespace:  CefSharp.DevTools.Animation
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<DevToolsMethodResponse> SeekAnimationsAsync(
	string[] animations,
	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: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also