Author: | kabirbatra03 |
---|---|
Views Total: | 385 views |
Official Page: | Go to website |
Last Update: | February 13, 2021 |
License: | MIT |
Preview:

Description:
bounce.js is a JavaScript library that generates interactive particles with a bounce animation effect on HTML5 canvas.
How to use it:
1. Create a canvas element on which the library draws particles.
<canvas id="canvas"></canvas>
2. Download and load the bounce.js JavaScript library in the document.
<script src="bounce.js"></script>
3. Determine the number of particles to generate.
const numOfpartlces = 300;