com.aspose.html.dom.css

Interface ICSSKeyframeRule

  • All Superinterfaces:
    ICSSRule


    public interface ICSSKeyframeRule
    extends ICSSRule

    The CSSKeyframeRule interface represents the style rule for a single key.

    • Method Detail

      • getKeyText

        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.
      • getStyle

        ICSSStyleDeclaration getStyle()

        This attribute represents the style associated with this keyframe.

        Value: The style.