Click or drag to resize

AnimationClientSetPlaybackRateAsync Method

Version 130.1.90
Sets the playback rate of the document timeline.

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

Parameters

playbackRate  Double
Playback rate for animations on page

Return Value

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