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