It seems as of maybe the past week the particles started glitching and any other scripts on the page running real slow.
There seems to be other issues with chrome at the moment with weird boxes when background color being rendered.
Probably just a chrome issue but it appears to be happening on the demo site as well so may be of interest to other people which aren't aware of this issue.
Seems to be working fine in other browsers.
Thanks!
Seems to be working fine again.
Chrome Version 61.0.3163.100 (Official Build) (64-bit) on Ubuntu Linux 16.04.3 LTS
Demo site (vincentgarreau.com/particles.js/) is glitching on 0 - 1 FPS.
Version 62.0.3202.94 (Official Build) (64-bit) demo is getting crushed
I tired adding
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
-webkit-transform:translate3d(0,0,0);
But the issue still persists. There is too much flickering/glitch on Google Chrome version 62.0.3202.75 running on Ubuntu 14.04. If we remove the particles.js div then the glitch disappears. Is there any way to solve it or expedite the request?
disable hardware acceleration and all should work
Most helpful comment
Chrome Version 61.0.3163.100 (Official Build) (64-bit) on Ubuntu Linux 16.04.3 LTS
Demo site (vincentgarreau.com/particles.js/) is glitching on 0 - 1 FPS.