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