Particles
It has been released!
Particles will include particles to your website with a 16 default particles (including interactions)
Default particles:
- Rain
- Snow
- Confetti
- Fireworks
- Fireflies
- Starfield
- Bubbles
- Aurora
- Nebula
- Sparks
- Dust
- Meteor Shower
- Orbitals
- Wave dots
- Swarm
- Glimmer
Adding your own
- Go to assets/js/particleFunctions.js
- scroll to the bottom before
window.particleFunctions - Write the code below: Documentation: XHiddenProjects/ParticlesJS
create{CustomParticleName}Scene(){
// Use the documentation from particlesJS above link
}
- in the
window.particleFunctionsincludecustomParicleNameInLowercase:create{CustomParticleName}Scene() - To render it go to langs/{your language}.json and in the
select_particles_optionsaddcustomParicleNameInLowercase:customParicleName

