Click or drag to resize

AnimationClientSetPausedAsync Method

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

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

Parameters

animations  String
Animations to set the pause state of.
paused  Boolean
Paused state to set to.

Return Value

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