Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Defines how many times the animation should repeat. The default value
is 0.
Set method documentation [Android Documentation]
Sets how many times the animation should be repeated. If the repeat
count is 0, the animation is never repeated. If the repeat count is
greater than 0 or ValueAnimator.Infinite, the repeat mode will be taken
into account. The repeat count is 0 by default.