puppeteer/new-docs/puppeteer.protocol.animation.releaseanimationsrequest.animations.md
2020-07-13 14:01:35 +01:00

14 lines
581 B
Markdown

<!-- 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; [ReleaseAnimationsRequest](./puppeteer.protocol.animation.releaseanimationsrequest.md) &gt; [animations](./puppeteer.protocol.animation.releaseanimationsrequest.animations.md)
## Protocol.Animation.ReleaseAnimationsRequest.animations property
List of animation ids to seek.
<b>Signature:</b>
```typescript
animations: string[];
```