webkitAnimationDirection property

String webkitAnimationDirection

@deprecated This is a legacy alias of animationDirection.

MDN Reference

Implementation

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

Implementation

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