mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
761 B
761 B
Home > puppeteer > Protocol > Animation > SetPausedRequest
Protocol.Animation.SetPausedRequest interface
Signature:
export interface SetPausedRequest
Properties
Property | Type | Description |
---|---|---|
animations | string[] | Animations to set the pause state of. |
paused | boolean | Paused state to set to. |