ICSSKeyframeRule.KeyText

ICSSKeyframeRule.KeyText property

The keyText property of the CSSKeyframeRule interface represents the keyframe selector as a comma-separated list of percentage values. The from and to keywords map to 0% and 100%, respectively.

public string KeyText { get; }

Property Value

Returns the keyframe selector as a comma-separated list of percentage values.

See Also