airbnb / lottie-web

Render After Effects animations natively on Web, Android and iOS, and React Native. http://airbnb.io/lottie/
MIT License
29.85k stars 2.85k forks source link

[lottie-worker] isPaused return different value when using lottie-worker. #2969

Closed nnhk23 closed 1 year ago

nnhk23 commented 1 year ago

hi! I have a fix for isPaused issue on lottie-worker https://github.com/airbnb/lottie-web/issues/2968

nnhk23 commented 1 year ago

hey @bodymovin! I notice an odd behavior when animation is pause/play it'll behave differently on worker version compared to main thread, I added a fix for it in this PR. Open for feedback & discussions if you have any!

bodymovin commented 1 year ago

thanks!