AnimationClientReleaseAnimationsAsync Method |
Version 130.1.90
Releases a set of animations to no longer be manipulated.
Namespace: CefSharp.DevTools.AnimationAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> ReleaseAnimationsAsync(
string[] animations
)
public:
Task<DevToolsMethodResponse^>^ ReleaseAnimationsAsync(
array<String^>^ animations
)
Parameters
- animations String
- List of animation ids to seek.
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also