LottieFiles / lottie-player

Lottie viewer/player as an easy to use web component! https://lottiefiles.com/web-player
MIT License
1.56k stars 179 forks source link

IE version of lottie-player? #34

Open shane-rand opened 4 years ago

shane-rand commented 4 years ago

Hi team,

I'm loading the distribution file from unpkg but I am getting a syntax error in IE due to some arrow functions. Is there a distribution file that has been ran through Babelify/Browserify for maximum compatibility? Or am I missing something here?

vrry-cg commented 3 years ago

Faced the same issue. Is there an IE version of lottie-player? The distribution has a bunch of arrow functions that do not natively run on IE...

timhobbs commented 3 years ago

Even though this is originally from 2020 the idea that there should be IE support seems a bit silly. As of August 17th even MS doesn't support IE any longer. Let it die. 😄

unbrokenclayman commented 2 years ago

The problem isn't that lottie doesn't work in IE, it's totally ok. The problem is lottie ruins other non-es6 scripts in a vendor-bundle, which are included after it, when executed in IE =)