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