webkitAnimation property

String webkitAnimation

@deprecated This is a legacy alias of animation.

MDN Reference

Implementation

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

Implementation

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