particles.js
particles.js copied to clipboard
How to call multiple times in a single page this particleJS
This code works fine for me:
particlesJS.load('particles-one', 'js/particles.json', function() { console.log('callback - particles.js config loaded'); }); particlesJS.load('particles-two', 'js/particles.json', function() { console.log('callback - particles.js config loaded'); });
Could someone kindly elaborate on this, 2 js declarations isn't enough to reproduce a working version.
This Doesn't Work tried it out, if possible can you share a snippet of your work using codepen or some other source like Git hub Pages if possible
@gtkumar2020 See here : https://github.com/VincentGarreau/particles.js/issues/302#issuecomment-599266897
and Close the issue :
@arjunthakur08 This is no longer working. Please keep open.