id property

String get id

The Animation.id property of the Web Animations API returns or sets a string used to identify the animation.

Implementation

external String get id;
set id (String value)

Implementation

external set id(String value);