class
KeyFrames
public class KeyFrames Represents a CSS @keyframes rule.
Constructors
KeyFrames() Properties
| Name | Type | Description |
|---|---|---|
Name | String | Name of the @keyframes rule. |
Fields
| Name | Type | Description |
|---|---|---|
Blocks | List<Block> | List of keyframes with in the @keyframes rule. |