The CSSKeyframeRule interface represents the style rule for a single key.
-
Field Summary
Fields inherited from interface org.w3c.css.om.CSSRule
COUNTER_STYLE_RULE, CUSTOM_MEDIA_RULE, DOCUMENT_RULE, FONT_FACE_RULE, FONT_FEATURE_VALUES_RULE, IMPORT_RULE, KEYFRAME_RULE, KEYFRAMES_RULE, MARGIN_RULE, MEDIA_RULE, NAMESPACE_RULE, PAGE_RULE, PROPERTY_RULE, REGION_STYLE_RULE, STYLE_RULE, SUPPORTS_RULE, UNKNOWN_RULE, VIEWPORT_RULE
Fields inherited from interface org.w3c.dom.css.CSSRule
CHARSET_RULE
-
Method Summary
Modifier and TypeMethodDescriptionGets the keyframe selector as a comma-separated list of percentage values.getStyle()
Get the style that is declared by this rule.Methods inherited from interface org.w3c.css.om.CSSRule
getParentRule, getParentStyleSheet
Methods inherited from interface org.w3c.dom.css.CSSRule
getCssText, getType, setCssText
-
Method Details
-
getKeyText
String getKeyText()Gets the keyframe selector as a comma-separated list of percentage values.- Returns:
- the keyframe selector.
-
getStyle
CSSStyleDeclaration getStyle()Get the style that is declared by this rule.- Returns:
- the style declaration.
-