wufe / react-particles-js

Particles.js for React
https://rpj.bembi.dev/
MIT License
1.16k stars 106 forks source link

IE support? #6

Open pimkle opened 7 years ago

pimkle commented 7 years ago

does it support IE9? Mine seems doesn't work, even when I removed all the params, still not working

wufe commented 7 years ago

No it doesn't. Check the caniuse table of the requestAnimationFrame. IE9 is not even mentioned. There might be other functions in the code not supported by IE9: requestAnimationFrame is just one.

pimkle commented 7 years ago

@Wufe but the original particles-js does support ie9. will it support 2?

wufe commented 7 years ago

I will consider adding IE9 compatibility.

pimkle commented 7 years ago

looking forward to it.😄

93336406 commented 4 years ago

image