Interface CSSKeyframeRule

All Superinterfaces:
CSSRule, CSSRule

public interface CSSKeyframeRule extends CSSRule
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.
    • getStyle

      Get the style that is declared by this rule.
      Returns:
      the style declaration.