Animation Class |
Namespace: CefSharp.DevTools.Animation
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.
| |
Type |
Animation type of `Animation`.
|
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.) |