ICSSKeyframesRule.CSSRules

ICSSKeyframesRule.CSSRules property

The read-only cssRules property of the CSSKeyframeRule interface returns a CSSRuleList containing the rules in the keyframes at-rule.

public ICSSRuleList CSSRules { get; }

Property Value

Returns a CSSRuleList containing the rules in the keyframes at-rule.

See Also