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