id property
The Animation.id property of the
Web Animations API
returns or sets a string used to identify the animation.
Implementation
external String get id;
Implementation
external set id(String value);
The Animation.id property of the
Web Animations API
returns or sets a string used to identify the animation.
external String get id;
external set id(String value);