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