Closed Spharian closed 9 years ago
I am also interested in that.
Hi @Spharian, @ignaty, Sorry for my late reply. Unfortunately I don't have enough time to keep the plugin, my apologies.
The plugin (v1.0.3) does not support multiple canvas element on the same page. For this, it would set the requestAnimFrame function + several interactions (mousemove, click, etc.) to each canvas. It is possible to create different canvas, but without animation and without interactivity. I'll study it ;)
Would also love to see this
Would you accept a PR for this?
Or if you don't have time would you be open to a new maintainer? This is a great start and I'd love to be able to add to what you've got.
Supported in the 2.0.0 version https://github.com/VincentGarreau/particles.js/releases/tag/2.0.0 ;)
How to implement this? Didn't find in the documentation...
Hi, I'm trying to apply your plugin on multiple IDs, works fine for drawing it, but only the last created canvas is interactive/animated. Do you have any solution?
Thanks :)