e89e264a16
This corresponds to Chromium 85.0.4182.0. This roll includes: - Enable SameSiteByDefaultCookies and CookiesWithoutSameSiteMustBeSecure https://crrev.com/c/2231445 - [FlexNG] Enable FlexNG by default https://crrev.com/c/2216595 Closes #6151.
1.9 KiB
1.9 KiB
Home > puppeteer > Protocol > Animation > Animation
Protocol.Animation.Animation interface
Animation instance.
Signature:
export interface Animation
Properties
Property | Type | Description |
---|---|---|
cssId | string | A unique ID for Animation representing the sources that triggered this CSS animation/transition. |
currentTime | number | Animation 's current time. |
id | string | Animation 's id. |
name | string | Animation 's name. |
pausedState | boolean | Animation 's internal paused state. |
playbackRate | number | Animation 's playback rate. |
playState | string | Animation 's play state. |
source | AnimationEffect | Animation 's source animation node. |
startTime | number | Animation 's start time. |
type | ('CSSTransition' | 'CSSAnimation' | 'WebAnimation') | Animation type of Animation . (AnimationType enum) |