[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Animation](./puppeteer.protocol.animation.md) > [ReleaseAnimationsRequest](./puppeteer.protocol.animation.releaseanimationsrequest.md) ## Protocol.Animation.ReleaseAnimationsRequest interface Signature: ```typescript export interface ReleaseAnimationsRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [animations](./puppeteer.protocol.animation.releaseanimationsrequest.animations.md) | string\[\] | List of animation ids to seek. |