Animation.repeatCount

If the repeat count is negative, then we repeat infinitely. Otherwise, we run the animation repeatCount number of times.

  1. int repeatCount [@property setter]
    class Animation
    @property
    int
    repeatCount
    (
    int count
    )
  2. int repeatCount [@property getter]

Meta