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