Party.js is a JavaScript library to brighten user site experience with visual effects! Celebrate success with dom confetti! The library is written in TypeScript
and compiled into a UMD module to allow integration into different environments.
The library mainly introduces fully customizable particle system implementation in HTML documents. Library users have the ability to create and adjust effects to their individual desires. The library offers some simple effects right out of the box, so you won’t have to waste time recreating simple effects.
Must Read: Pure CSS Fullscreen Falling Leaves Animation Effect
Confetti Falling Animation Effect Details
Post Name | Confetti Falling Animation |
Author Name | YilianSource |
Category | Animation, Particles |
Official Page | Click Here |
Official Website | github.com, party.js.org |
Publish Date | October 24, 2020 |
Last Update | September 17, 2023 |
Download | Link Below |
License | MIT |
How to make use of it:
Installation:
<script src="https://cdn.jsdelivr.net/npm/party-js@latest/bundle/party.min.js"></script>
1. If you are using a package-managed environment, you can also install the latest version via npm.
npm install party-js # or yarn add party-js
2. To use it, you just need to order it or import it.
import party from "party-js"; // or const party = require("party-js");
3. Usage
document.querySelector(".button").addEventListener("click", function (e) { party.confetti(this, { count: party.variation.range(20, 40), }); });
See Also –
Simulating Rendering Raindrops Falling On A Window | rainyday.js
Create a Beautiful Star Falling Background with starback.js
JavaScript Library That Falling Particles With The Sparticles
See Demo And Download

Official Website(YilianSource): Click Here
This superior jQuery/javascript plugin is developed by YilianSource. For extra Advanced usage, please go to the official website.