If set to 0, the animation will repeat endlessly.
TimedAnimation.repeatCount
uint repeatCount() @propertyGet repeatCount property.
Returns
Number of times the animation will play.
void repeatCount(uint propval) @propertySet repeatCount property.
Parameters
propval | Number of times the animation will play. If set to 0, the animation will repeat endlessly. |