Beyond Static
An interactive journey through modern web animation.
Hover, Interact, Discover.
Fluid Motion
Animations that feel natural and responsive.
Expressive Types
Text that tells a story beyond its words.
Seamless UI
Interfaces that guide and delight the user.
A Sense of Depth
IMMERSION
PERSPECTIVE
Connecting the Dots
Practical UI
What is GSAP?
The GreenSock Animation Platform (GSAP) is a powerful JavaScript library that enables developers to create high-performance, timeline-based animations for the web. It's known for its speed, reliability, and compatibility across all modern browsers.
Why use it over CSS?
While CSS animations are great for simple transitions, GSAP offers far more control. It allows for complex sequencing, dynamic value changes, and animating properties that CSS can't, like SVG attributes and canvas objects. Its performance is also highly optimized, often surpassing native CSS transitions for complex scenes.
Is it hard to learn?
GSAP has a famously intuitive and human-readable syntax. If you know basic JavaScript, you can start creating simple animations (called "tweens") in minutes. The extensive documentation and active community forums make tackling more advanced concepts like timelines and plugins very accessible.