Interface ICSSKeyframeRule

Interface ICSSKeyframeRule

Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.2.0)

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

[ComVisible(true)]
[DOMName("CSSKeyframeRule")]
[DOMObject]
public interface ICSSKeyframeRule : ICSSRule

Implements

ICSSRule

Properties

KeyText

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.

string KeyText { get; }

Property Value

string

Style

This attribute represents the style associated with this keyframe.

ICSSStyleDeclaration Style { get; }

Property Value

ICSSStyleDeclaration