particles.js icon indicating copy to clipboard operation
particles.js copied to clipboard

How to call multiple times in a single page this particleJS

Open gtkumar2020 opened this issue 7 years ago • 5 comments

gtkumar2020 avatar Mar 06 '17 18:03 gtkumar2020

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'); }); image

kolyaraketa avatar May 15 '18 11:05 kolyaraketa

Could someone kindly elaborate on this, 2 js declarations isn't enough to reproduce a working version.

Artchibald avatar Jun 15 '18 07:06 Artchibald

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

dwij2812 avatar Jun 29 '18 08:06 dwij2812

@gtkumar2020 See here : https://github.com/VincentGarreau/particles.js/issues/302#issuecomment-599266897

and Close the issue :

arjunthakur08 avatar Mar 15 '20 21:03 arjunthakur08

@arjunthakur08 This is no longer working. Please keep open.

acerjak avatar Apr 01 '21 22:04 acerjak