A particular frame in an animation.
Public Member Functions | |
KeyframesKeyframe (Style style) | |
Public Attributes | |
Style | Style |
The underlying style block. More... | |
float | Time |
The time, in "percent", that this frame occurs at. More... | |
float | AfterDelay |
The time, in "percent" between this and the frame after it. More... | |
float | BeforeDelay |
The time, in "percent" between this and the frame before it. More... | |
|
inline |
float Css.KeyframesKeyframe.AfterDelay |
The time, in "percent" between this and the frame after it.
float Css.KeyframesKeyframe.BeforeDelay |
The time, in "percent" between this and the frame before it.
Style Css.KeyframesKeyframe.Style |
The underlying style block.
float Css.KeyframesKeyframe.Time |
The time, in "percent", that this frame occurs at.