Click or drag to resize

AnimationClientSetTimingAsync Method

Version 106.0.290
Sets the timing of an animation node.

Namespace:  CefSharp.DevTools.Animation
Assembly:  CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax
public Task<DevToolsMethodResponse> SetTimingAsync(
	string animationId,
	double duration,
	double delay
)

Parameters

animationId
Type: SystemString
Animation id.
duration
Type: SystemDouble
Duration of the animation.
delay
Type: SystemDouble
Delay of the animation.

Return Value

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