name property

String get name

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

Implementation

external String get name;
set name (String value)

Implementation

external set name(String value);