Skip to content

This repository contains practical implementations of modern web animations

Notifications You must be signed in to change notification settings

pradipchaudhary/modern-web-animations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Modern Web Animations Tutorial

This repository contains practical implementations of modern web animations, inspired by the YouTube video "Modern Animations in Web Dev | Creative Dev".

Project Goals

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.

Table of Contents

  • Basic Animation Concepts
  • Scroll-Based Animations
  • SVG Animations
  • 3D Animations
  • Hover & Click Animations
  • Loading Animations

Tools & Libraries

  • CSS Animations
  • GSAP (GreenSock Animation Platform)
  • Framer Motion
  • ScrollMagic
  • IntersectionObserver API

Getting Started

  1. Clone the repository:
    git clone https://github.com/yourusername/modern-web-animations-tutorial.git
  2. Install dependencies (if applicable):
    npm install
  3. Open index.html to explore the examples.

Examples Breakdown

1. Basic Animations

  • Keyframes, Transitions, Transforms

2. Scroll-Based Animations

  • Scroll-triggered effects with GSAP & ScrollMagic

...

Credits

Video reference: Modern Animations in Web Dev | Creative Dev