Click or drag to resize

AnimationClientSetPausedAsync Method

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

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

Parameters

animations
Type: SystemString
Animations to set the pause state of.
paused
Type: SystemBoolean
Paused state to set to.

Return Value

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