Class CSSKeyframeRule


  • public class CSSKeyframeRule
    extends java.lang.Object
    CSS keyframe rule representation.
    • Method Detail

      • getStyleSheetId

        public java.util.Optional<StyleSheetId> getStyleSheetId()
        The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.
      • getKeyText

        public Value getKeyText()
        Associated key text.
      • getStyle

        public CSSStyle getStyle()
        Associated style declaration.