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