webkitAnimationPlayState property

String webkitAnimationPlayState

@deprecated This is a legacy alias of animationPlayState.

MDN Reference

Implementation

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

Implementation

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