doOnRepeat
inline fun Animator.doOnRepeat(crossinline action: (animator: Animator) -> Unit): Animator.AnimatorListener(source)
Add an action which will be invoked when the animation has repeated.
Return
the Animator.AnimatorListener added to the Animator