Interface CSSKeyframeRule

All Superinterfaces:
CSSDeclarationRule, CSSRule, ExtendedCSSRule
All Known Implementing Classes:
KeyframeRule

public interface CSSKeyframeRule extends CSSDeclarationRule
The CSSKeyframeRule interface represents the style rule for a single key.
  • Method Details

    • getKeyText

      String getKeyText()
      Gets the keyframe selector as a comma-separated list of percentage values.
      Returns:
      the keyframe selector.