Closed Insendio closed 1 year ago
looking through your code I can't see what might be the problem that's causing it not to work on IE11, I have successfully used anime on IE in the past so maybe the problem is elsewhere, I don't have IE11 to test that out right now.
If it is a bug with the library and IE11 I am pretty sure no fix will be rolled out. IE11 is officially dead since June 15th and i would discourage anyone still using it when connect to the internet. It will no longer receive updates, meaning it may be open to security exploits.
The link you posted is very old and using an early version of anime.js (IE11 compatible btw). The code uses in the CodePen uses ES6 classes and I don't think IE11 supports theses.
Future releases of anime.js are dropping IE11.
Trying to use this code in IE11 (without SVG) But it doesn't work and doesn't show any errors in dev console.. Are there any options to run anime.js on IE 11? And where i can get old versions?