ICSSKeyframeRule Interface

ICSSKeyframeRule interface

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

public interface ICSSKeyframeRule : ICSSRule

Properties

NameDescription
KeyText { get; }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.
Style { get; }This attribute represents the style associated with this keyframe.

See Also