Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKeyText()
This attribute represents the keyframe selector as a comma-separated list of percentage values.
|
ICSSStyleDeclaration |
getStyle()
This attribute represents the style associated with this keyframe.
|
getCSSText, getParentRule, getParentStyleSheet, getType, setCSSText
java.lang.String getKeyText()
This attribute represents the keyframe selector as a comma-separated list of percentage values. The ’from’ and ’to’ keywords map to ’0%’ and ’100%’, respectively.
Value: The key text.ICSSStyleDeclaration getStyle()
This attribute represents the style associated with this keyframe.
Value: The style.