puppeteer/new-docs/puppeteer.protocol.animation.animation.pausedstate.md

14 lines
538 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Animation](./puppeteer.protocol.animation.md) &gt; [Animation](./puppeteer.protocol.animation.animation.md) &gt; [pausedState](./puppeteer.protocol.animation.animation.pausedstate.md)
## Protocol.Animation.Animation.pausedState property
`Animation`<!-- -->'s internal paused state.
<b>Signature:</b>
```typescript
pausedState: boolean;
```