vaishnaviugal12 / hactoberfest2024

0 stars 1 forks source link

I want to summit my css project for hactober fest. Project Name: "CSS Carnival: A Crazy Animated Theme Park" #1

Open AyushDubey23 opened 20 hours ago

AyushDubey23 commented 20 hours ago

This project transforms a webpage into a vibrant, interactive theme park entirely using CSS animations, transitions, and effects. Users can hover over various elements to see animations like spinning roller coasters, bouncing balloons, flashing neon lights, and more! The goal is to showcase the wild possibilities of CSS without any JavaScript.

AyushDubey23 commented 20 hours ago

Features: The Ferris Wheel: A rotating, colorful Ferris wheel with each cabin lighting up as you hover. Roller Coaster: A crazy animated roller coaster that speeds up and slows down based on hover interactions. Balloon Pop: Floating balloons that pop with a bounce animation when clicked. Neon Signs: Glowing and flickering neon signs using text-shadow and keyframe animations. Carousel of Cards: A rotating card carousel with flipping animations, creating a 3D illusion. Fireworks Display: Bursts of colorful fireworks in the background using CSS keyframes and gradients. Technical Details: Transformations: Heavy use of transform, rotate, and scale to create fun, dynamic animations. Keyframes: Creative keyframe animations to simulate movement like the Ferris wheel rotation or the roller coaster track. Hover & Click Interactions: Use :hover and :active states to trigger animations. Flexbox & Grid: Use modern CSS layout techniques to position all the elements in a responsive and visually pleasing manner. CSS Variables: Leverage CSS custom properties to easily tweak colors, sizes, and animation speeds. Goal: The aim of this project is to push the boundaries of what can be done purely with CSS, creating a visually engaging, crazy animated "theme park" experience. This can also serve as an example of the power of CSS animations in creative web design.