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