puppeteer/new-docs/puppeteer.protocol.animation.seekanimationsrequest.currenttime.md

14 lines
580 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; [SeekAnimationsRequest](./puppeteer.protocol.animation.seekanimationsrequest.md) &gt; [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;
```