Animation.releaseAnimationsReleases a set of animations to no longer be manipulated.
| Name | Type | Description |
|---|---|---|
animations | array | List of animation ids to seek. |
{
"id": 1,
"method": "Animation.releaseAnimations",
"params": {
"animations": []
}
}
{
"id": 1,
"result": {}
}
const result = await send('Animation.releaseAnimations', {"animations": []});
console.log(result);