Click or drag to resize

Animation Properties

Version 86.0.240

The Animation type exposes the following members.

Properties
  NameDescription
Public propertyCssId
A unique ID for `Animation` representing the sources that triggered this CSS animation/transition.
Public propertyCurrentTime
`Animation`'s current time.
Public propertyId
`Animation`'s id.
Public propertyName
`Animation`'s name.
Public propertyPausedState
`Animation`'s internal paused state.
Public propertyPlaybackRate
`Animation`'s playback rate.
Public propertyPlayState
`Animation`'s play state.
Public propertySource
`Animation`'s source animation node.
Public propertyStartTime
`Animation`'s start time.
Public propertyType
Animation type of `Animation`.
Top
See Also