Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.52 KB

README.md

File metadata and controls

49 lines (28 loc) · 1.52 KB

README

Diwali Cracker Animation

This project is a simple HTML, CSS, and JavaScript animation to celebrate Diwali, the festival of lights. It creates a visually appealing display of fireworks and a rocket launching into the sky.

Preview

Cracker.mp4

Features

  1. Fireworks: Displays colorful fireworks in the background.
  2. Rocket Launch: Animates a rocket launching into the sky.
  3. Dynamic Elements: Randomly generates dots and particles for added visual effect.

Technologies Used

  • HTML
  • CSS
  • JavaScript

How to Use

  1. Clone this repository to your local machine.
  2. Open the index.html file in your web browser.
  3. Enjoy the animated Diwali celebration!

Customization

  • Colors: Modify the color scheme by adjusting the getRandomColor() function in script.js.
  • Animation Speed: Adjust animation durations and delays in the CSS file (style.css).
  • Number of Particles: Change the number of particles generated by modifying the numberOfParticles variable in script.js.
  • Position and Size: Customize the position, size, and styling of elements by editing the HTML and CSS files.

Contributors

  • SIRVISETTI KRISHNA TEJA

Acknowledgments

  • Inspiration for the animation effects from Diwali celebrations.

Feedback and Contributions

Feedback and contributions are welcome! Feel free to submit issues, feature requests, or pull requests to help improve this project.