CSSKeyframeRule
Represents a CSS @keyframe rule.
Gets or sets the key of the keyframe, like '10%', '75%'. The from keyword maps to '0%' and the to keyword maps to '100%'.
Gets a CSSStyleDeclaration of the CSS style associated with the key from.
public CSSKeyframeRule()
Creates a new @keyframe rule.