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