animationView.loop(true); method is showing deprecated in v2.8.0
What is it's replacement method to enable/disable loop?
@hkchakladar the docs have the answer :)
I will save others some time
animation.repeatCount = ValueAnimator.INFINITE / 0
@hkchakladar the docs have the answer :)
Thanks sherlock
Most helpful comment
I will save others some time
animation.repeatCount = ValueAnimator.INFINITE / 0