20 lines
809 B
Markdown
20 lines
809 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) > [SeekAnimationsRequest](./puppeteer.protocol.animation.seekanimationsrequest.md)
|
||
|
|
||
|
## Protocol.Animation.SeekAnimationsRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface SeekAnimationsRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [animations](./puppeteer.protocol.animation.seekanimationsrequest.animations.md) | string\[\] | List of animation ids to seek. |
|
||
|
| [currentTime](./puppeteer.protocol.animation.seekanimationsrequest.currenttime.md) | number | Set the current time of each animation. |
|
||
|
|