Click or drag to resize

AnimationClientSetPlaybackRateAsync Method

Version 98.1.210
Sets the playback rate of the document timeline.

Namespace:  CefSharp.DevTools.Animation
Assembly:  CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax
public Task<DevToolsMethodResponse> SetPlaybackRateAsync(
	double playbackRate
)

Parameters

playbackRate
Type: SystemDouble
Playback rate for animations on page

Return Value

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