TimedAnimation.repeatCount

uint repeatCount() @property

Get repeatCount property.

Returns

Number of times the animation will play.

If set to 0, the animation will repeat endlessly.

void repeatCount(uint propval) @property

Set repeatCount property.

Parameters

propvalNumber of times the animation will play. If set to 0, the animation will repeat endlessly.