AnimationClientReleaseAnimationsAsync Method |
Version 96.0.142
Releases a set of animations to no longer be manipulated.
Namespace:
CefSharp.DevTools.Animation
Assembly:
CefSharp (in CefSharp.dll) Version: 96.0.142.0 (96.0.142.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