-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Particle data #484
Comments
You can see this sample here: https://codepen.io/matteobruni/pen/YzpOZpq It uses tsParticles for creating particles manually |
Whats the difference between this and tsParticles? Im a bit confused |
Can I put in more than just the position, e.g. I want to ideally put in a stroked circle with a different icon in for each particle |
Yes, you can see the properties here: https://particles.js.org/docs/classes/Options_Classes_ManualParticle.ManualParticle.html You can specify |
Is there a way for me to use an array to inject data into the particles rather than random.
I want to essentially put a different icon in each and then have a hover event which will show the title.
The text was updated successfully, but these errors were encountered: