webkitAnimationDuration property

String webkitAnimationDuration

@deprecated This is a legacy alias of animationDuration.

MDN Reference

Implementation

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

Implementation

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