Interface ICSSKeyframeRule
Interface ICSSKeyframeRule
Namespace: Aspose.Svg.Dom.Css
Assembly: Aspose.SVG.dll (25.5.0)
The CSSKeyframeRule interface represents the style rule for a single key.
[DOMName("CSSKeyframeRule")]
[DOMObject]
[ComVisible(true)]
public interface ICSSKeyframeRule : ICSSRule
Implements
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
Style
This attribute represents the style associated with this keyframe.
ICSSStyleDeclaration Style { get; }