Click or drag to resize

Animation Properties

Version 130.1.90

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. Milliseconds for time based animations and percentage [0 - 100] for scroll driven animations (i.e. when viewOrScrollTimeline exists).
Public propertyType Animation type of `Animation`.
Public propertyViewOrScrollTimeline View or scroll timeline
Top
See Also