animationName property

String animationName

Implementation

String get animationName => js_util.getProperty(this, 'animationName');
void animationName=(String newValue)

Implementation

set animationName(String newValue) {
  js_util.setProperty(this, 'animationName', newValue);
}