This repository contains practical implementations of modern web animations, inspired by the YouTube video "Modern Animations in Web Dev | Creative Dev".
The goal of this repository is to:
- Explore a variety of animation techniques using modern tools like CSS, JavaScript, and libraries such as GSAP and Framer Motion.
- Break down complex animations into simple, reusable components for learning purposes.
- Basic Animation Concepts
- Scroll-Based Animations
- SVG Animations
- 3D Animations
- Hover & Click Animations
- Loading Animations
- CSS Animations
- GSAP (GreenSock Animation Platform)
- Framer Motion
- ScrollMagic
- IntersectionObserver API
- Clone the repository:
git clone https://github.com/yourusername/modern-web-animations-tutorial.git
- Install dependencies (if applicable):
npm install
- Open
index.html
to explore the examples.
- Keyframes, Transitions, Transforms
- Scroll-triggered effects with GSAP & ScrollMagic
...
Video reference: Modern Animations in Web Dev | Creative Dev