mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
848 B
848 B
Home > puppeteer > Protocol > Animation > SetTimingRequest
Protocol.Animation.SetTimingRequest interface
Signature:
export interface SetTimingRequest
Properties
Property | Type | Description |
---|---|---|
animationId | string | Animation id. |
delay | number | Delay of the animation. |
duration | number | Duration of the animation. |