Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.86 KB

puppeteer.protocol.animation.animation.md

File metadata and controls

29 lines (21 loc) · 1.86 KB

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)