webkitAnimationName property

String webkitAnimationName

@deprecated This is a legacy alias of animationName.

MDN Reference

Implementation

_i2.String get webkitAnimationName => _i4.getProperty(
      this,
      'webkitAnimationName',
    );
void webkitAnimationName=(String value)

Implementation

set webkitAnimationName(_i2.String value) {
  _i4.setProperty(
    this,
    'webkitAnimationName',
    value,
  );
}