Click or drag to resize

AnimationClientReleaseAnimationsAsync Method

Version 130.1.90
Releases a set of animations to no longer be manipulated.

Namespace: CefSharp.DevTools.Animation
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> ReleaseAnimationsAsync(
	string[] animations
)

Parameters

animations  String
List of animation ids to seek.

Return Value

TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also