Click or drag to resize

AnimationClient.SetTimingAsync Method

Version 93.1.111
Sets the timing of an animation node.

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

Parameters

animationId
Type: System.String
Animation id.
duration
Type: System.Double
Duration of the animation.
delay
Type: System.Double
Delay of the animation.

Return Value

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