Click or drag to resize

AnimationClientSetPlaybackRateAsync Method

Version 86.0.240
Sets the playback rate of the document timeline.

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

Parameters

playbackRate
Type: SystemInt64
Playback rate for animations on page

Return Value

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