puppeteer/new-docs/puppeteer.protocol.animation.animation.md
Johan Bay e89e264a16
feat(chromium): roll Chromium to r782078 (#6250)
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.
2020-07-20 17:17:06 +02:00

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)