TimedAnimation.repeatCount

Set repeatCount property.

  1. uint repeatCount [@property getter]
  2. uint repeatCount [@property setter]
    class TimedAnimation
    @property
    void
    repeatCount
    (
    uint propval
    )

Parameters

propval uint

Number of times the animation will play.

If set to 0, the animation will repeat endlessly.