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