AnimationClientSetTimingAsync Method  | 
Version 94.4.20 
            Sets the timing of an animation node.
            
 
    Namespace: 
   CefSharp.DevTools.Animation
    Assembly:
   CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntaxpublic Task<DevToolsMethodResponse> SetTimingAsync(
	string animationId,
	double duration,
	double delay
)
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: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also