[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Animation](./puppeteer.protocol.animation.md) > [GetCurrentTimeResponse](./puppeteer.protocol.animation.getcurrenttimeresponse.md) ## Protocol.Animation.GetCurrentTimeResponse interface Signature: ```typescript export interface GetCurrentTimeResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [currentTime](./puppeteer.protocol.animation.getcurrenttimeresponse.currenttime.md) | number | Current time of the page. |