airbnb / lottie-android

Render After Effects animations natively on Android and iOS, Web, and React Native
http://airbnb.io/lottie/
Apache License 2.0
34.92k stars 5.4k forks source link

Fix blinking issue when loop the animation in minFrame and maxFrame #2497

Open yunlinos opened 4 months ago

yunlinos commented 4 months ago

I encount blinking issue with a company internal resource.

Problem reproduction steps:

  1. setMinAndMaxFrame(m, n) and repeatCount = INFINITE
  2. it will notifyUpdate when animation ended, but the frame has not been reset to minFrame at this time.
  3. so it will draw n+1 frame.
gpeal commented 3 weeks ago

@yunlinos Do you want to update this?