Animation Properties |
The Animation type exposes the following members.
Name | Description | |
---|---|---|
CssId | A unique ID for `Animation` representing the sources that triggered this CSS animation/transition. | |
CurrentTime | `Animation`'s current time. | |
Id | `Animation`'s id. | |
Name | `Animation`'s name. | |
PausedState | `Animation`'s internal paused state. | |
PlaybackRate | `Animation`'s playback rate. | |
PlayState | `Animation`'s play state. | |
Source | `Animation`'s source animation node. | |
StartTime | `Animation`'s start time. Milliseconds for time based animations and percentage [0 - 100] for scroll driven animations (i.e. when viewOrScrollTimeline exists). | |
Type | Animation type of `Animation`. | |
ViewOrScrollTimeline | View or scroll timeline |