ICSSKeyframeRule.Style

ICSSKeyframeRule.Style property

The read-only CSSKeyframeRule.style property is the CSSStyleDeclaration interface for the declaration block of the CSSKeyframeRule.

public ICSSStyleDeclaration Style { get; }

Property Value

A CSSStyleDeclaration object, with the following properties:

computed flag - Unset.declarations - The declared declarations in the rule, in the order they were specified, shorthand properties expanded to longhands.parent CSS rule - The context object, which is an alias for this.owner node - Null.

See Also