Lottie-android: animationView.loop(true); deprecated, what is the replacement method for it?

Created on 11 Dec 2018  路  3Comments  路  Source: airbnb/lottie-android

animationView.loop(true); method is showing deprecated in v2.8.0

What is it's replacement method to enable/disable loop?

Most helpful comment

I will save others some time
animation.repeatCount = ValueAnimator.INFINITE / 0

All 3 comments

@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

Was this page helpful?
0 / 5 - 0 ratings