ICSSKeyframesRule.Name

ICSSKeyframesRule.Name property

The name property of the CSSKeyframeRule interface gets and sets the name of the animation as used by the animation-name property.

public string Name { get; }

Property Value

Gets the name of the animation as used by the animation-name property.

See Also