A fun and interactive web project that simulates the classic bouncing DVD logo animation. Users can add multiple DVD logos, remove them, and watch them bounce dynamically. The project also supports customizing logos and colors for a lively experience. Multipaper mode enable
- Animated DVD logos that bounce inside a container.
- Add multiple DVD logos dynamically using the Add button.
- Remove DVD logos individually using the Bin button.
- Customizable logos with transparent background.
- Supports multiple colors for logos.
- Clean and responsive design.
- multiplayer support
-
Clone the repository:
git clone https://github.com/ZayanMuhammed/cool-dvd-animation
-
install packages
npm install- Run server.js
node server.js-
Add a image (185, 115) in the dvds folder
-
Change this line:
function changeDvdImage(el) {
el.src = `dvds/${getRandomInt(8)}.png`; //example 0 to 8
}- name: Zayan Muhammed
- email: zayan.shameermv@gmail.com
