[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. Signature: ```typescript currentTime: number; ```