Click or drag to resize

AnimationClientSetTimingAsync Method

Version 86.0.240
Sets the timing of an animation node.

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

Parameters

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

Return Value

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