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