Click or drag to resize

AnimationClient.SetPlaybackRateAsync Method

Version 92.0.260
Sets the playback rate of the document timeline.

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

Parameters

playbackRate
Type: System.Double
Playback rate for animations on page

Return Value

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