This is a simple example of a particle animation effect created using HTML5 Canvas and JavaScript.
-
Clone this repository to your local environment:
git clone https://github.com/mimshy/ParticleAnimation.git
-
Open the
index.html
file to see the particle animation effect. -
You can also customize the particle animation effect by modifying the JavaScript code in the
index.html
file as needed.
- Responsive Window Size: The particle animation adjusts automatically based on the window size.
- Interactivity: When the mouse moves out of the window, particles disappear, and resizing the window will regenerate the particles.
- HTML5 Canvas
- JavaScript
Feel free to submit issues and pull requests! You can submit questions, suggestions, or improvement requests.
This project is licensed under the MIT License - see the LICENSE file for details.