VincentGarreau / particles.js

A lightweight JavaScript library for creating particles
https://vincentgarreau.com/particles.js/
MIT License
28.93k stars 4.82k forks source link

Library not working on Firefox #443

Open vedantsingh1404 opened 4 years ago

vedantsingh1404 commented 4 years ago

When I open up my website on Firefox, the particle animation doesn't seem to work properly. I have attached an image for reference.

Screenshot 2020-07-04 at 10 24 11 PM
matteobruni commented 4 years ago

Try this library instead https://github.com/matteobruni/tsparticles

vedantsingh1404 commented 4 years ago

Thanks a lot!

lindelof commented 3 years ago

Try this library instead https://github.com/matteobruni/tsparticles

Oh, I think this project has not been abandoned, on the contrary it is very powerful and convenient. Please respect the author.

eridan1 commented 2 years ago

One of reason that causes non-correct behavior is enabled hardware acceleration in Firefox on operating system with old graphics drivers. When it is real reason then in this case disabling hardware acceleration in Firefox makes library working fine. Best choise is updating graphics drivers that causes correct displaying animation with enabled hardware acceleration in Firefox browser.