Click or drag to resize

AnimationClient.SetPausedAsync Method

Version 96.0.142
Sets the paused state of a set of animations.

Namespace:  CefSharp.DevTools.Animation
Assembly:  CefSharp (in CefSharp.dll) Version: 96.0.142.0 (96.0.142.0)
Syntax
public Task<DevToolsMethodResponse> SetPausedAsync(
	string[] animations,
	bool paused
)

Parameters

animations
Type:System.String[]
Animations to set the pause state of.
paused
Type: System.Boolean
Paused state to set to.

Return Value

Type: Task<DevToolsMethodResponse>
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also