This project demonstrates a "liquid blast" effect where particles explode outward from a circle when clicked, with a fluid, gooey animation style.
Check out the live demo here.
This project features a central circle that generates a "liquid blast" effect when clicked. The effect is achieved using HTML, CSS, and JavaScript. The particles created during the click event have a fluid, gooey animation thanks to CSS filters and keyframes.
- Central circle that triggers particle explosion on click.
- Gooey filter effect for fluid animation.
- Particles move in random directions and sizes.
- HTML
- CSS
- JavaScript
To get a local copy up and running, follow these steps:
-
Clone the repository:
git clone https://github.com/saahiyo/liquid-blast-effect.git
-
Navigate to the project directory:
cd liquid-blast-effect
-
Open
index.html
in your browser:open index.html
Click on the central circle to see the liquid blast effect. Particles will explode outward from the circle, creating a visually engaging animation.
Contributions are what make the open-source community such an amazing place to be, learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.