[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Animation](./puppeteer.protocol.animation.md) > [SetPausedRequest](./puppeteer.protocol.animation.setpausedrequest.md) ## Protocol.Animation.SetPausedRequest interface Signature: ```typescript export interface SetPausedRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [animations](./puppeteer.protocol.animation.setpausedrequest.animations.md) | string\[\] | Animations to set the pause state of. | | [paused](./puppeteer.protocol.animation.setpausedrequest.paused.md) | boolean | Paused state to set to. |