14 lines
580 B
Markdown
14 lines
580 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) > [currentTime](./puppeteer.protocol.animation.seekanimationsrequest.currenttime.md)
|
||
|
|
||
|
## Protocol.Animation.SeekAnimationsRequest.currentTime property
|
||
|
|
||
|
Set the current time of each animation.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
currentTime: number;
|
||
|
```
|