airbnb / lottie-web

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

Implement setLoop in Web Worker #2919

Closed renspoesse closed 1 year ago

renspoesse commented 1 year ago

Makes the setLoop function work when using Lottie as a Web Worker. Verified by building locally and calling setLoop() on a Lottie Web Worker.

renspoesse commented 1 year ago

@bodymovin without this, calling setLoop() on the animation item throws an error.

bodymovin commented 1 year ago

thanks!