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