Loading repository data…
Loading repository data…
ayoubabbadi / repository
Welcome to the CSS Animation Challenge! This repository is a hands-on practice platform for developers looking to test and improve their CSS animation and transition skills.
Welcome to the CSS Animation Challenge! This repository is a hands-on practice platform for developers looking to test and improve their CSS animation and transition skills.
The goal is to recreate the animation shown in the video for each challenge.
Pick Your Challenge:
challenge 1/).Watch the Goal:
challenge 1.mkv video. This is the final animation you must build.Try It Yourself:
index.html and style.css files.Check Your Work:
challenge 1.html and challenge 1.css to see the official solution.These challenges will test your skills with a variety of core CSS concepts:
Challenge 1: Basic Keyframes
@keyframes, transform: rotate(), animation shorthand, linear-infinite timing.Challenge 2: Compound & Layered Animations
transform: translateX(), z-index for layering, parent-child animation relationships.Challenge 3: Interactive & Background Animations
:hover transitions, transform: scale() / translateY(), opacity, @keyframes for background-image (slideshows), and linear-gradient animation.No server, compilation, or dependencies are required.
Clone the repository:
git clone https://github.com/ayoubabbadi/CSS-Animation-Challenges.git
Navigate to a challenge directory:
cd CSS-Animation-Challenges/"challenge 1"
Start the challenge!