AnimationClientSetTimingAsync Method |
Version 130.1.90
Sets the timing of an animation node.
Namespace: CefSharp.DevTools.AnimationAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> SetTimingAsync(
string animationId,
double duration,
double delay
)
public:
Task<DevToolsMethodResponse^>^ SetTimingAsync(
String^ animationId,
double duration,
double delay
)
Parameters
- animationId String
- Animation id.
- duration Double
- Duration of the animation.
- delay Double
- Delay of the animation.
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also