Animation Class |
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 |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | ToDictionary | (Inherited from DevToolsDomainEntityBase) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |