Interface ICSSKeyframeRule
Interface ICSSKeyframeRule
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)
CSSKeyframeRule 接口表示单个关键帧的样式规则。
[ComVisible(true)]
[DOMObject]
[DOMName("CSSKeyframeRule")]
public interface ICSSKeyframeRule : ICSSRule
实现
属性
KeyText
此属性表示关键帧选择器,作为以逗号分隔的百分比值列表。‘from’ 和 ‘to’ 关键字分别映射到 ‘0%’ 和 ‘100%’。
string KeyText { get; }
属性值
Style
此属性表示与此关键帧关联的样式。
ICSSStyleDeclaration Style { get; }