Css.KeyframesKeyframe Class Reference

Detailed Description

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...
 

Constructor & Destructor Documentation

Css.KeyframesKeyframe.KeyframesKeyframe ( Style  style)
inline

Member Data Documentation

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.