A collection of smooth, performant animations built with GreenSock (GSAP). This project demonstrates how to use GSAP for interactive UI animations, scroll-based effects, and timeline sequencing in modern web development.
A collection of smooth, high-performance animations built using GSAP (GreenSock Animation Platform). This project showcases scroll-triggered effects, timeline-based animations, and responsive UI transitions ideal for modern web interfaces.
- GSAP 3
- HTML5
- CSS3 / SCSS
- JavaScript (ES6+)
- ScrollTrigger Plugin (optional)
- ✅ Scroll-triggered animations
- ✅ Timeline sequencing with delays and overlaps
- ✅ Interactive hover and click effects
- ✅ Modular animation components
- ✅ Mobile-friendly and responsive design
gsap-animation-project/
│
├── index.html # Main HTML file
├── css/
│ └── style.css # Styling (can use SCSS)
├── js/
│ ├── gsap.min.js # GSAP core library
│ └── animations.js # Animation logic
└── assets/ # Images, SVGs, icons, etc.