webkitAnimationDelay property
String
get
webkitAnimationDelay
@deprecated This is a legacy alias of animationDelay
.
Implementation
_i2.String get webkitAnimationDelay => _i4.getProperty(
this,
'webkitAnimationDelay',
);
set
webkitAnimationDelay
(String value)
Implementation
set webkitAnimationDelay(_i2.String value) {
_i4.setProperty(
this,
'webkitAnimationDelay',
value,
);
}