14 lines
556 B
Markdown
14 lines
556 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Animation](./puppeteer.protocol.animation.md) > [SetPausedRequest](./puppeteer.protocol.animation.setpausedrequest.md) > [animations](./puppeteer.protocol.animation.setpausedrequest.animations.md)
|
||
|
|
||
|
## Protocol.Animation.SetPausedRequest.animations property
|
||
|
|
||
|
Animations to set the pause state of.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
animations: string[];
|
||
|
```
|