webkitAnimationDelay property

String webkitAnimationDelay

@deprecated This is a legacy alias of animationDelay.

MDN Reference

Implementation

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

Implementation

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