Learn the vocabulary.
Definitions and examples for the GSAP and animation concepts behind production motion. Each entry leads with a one-sentence definition, then shows how it works in code and which Annnimate components use it.
Feel the fundamentals.
Core
The GSAP fundamentals: tweens, gsap.to / from / fromTo, gsap.set, the vars object, callbacks, and gsap.utils.
Easing
How animation interpolates between values - the shape of the curve from start to finish.
Scroll
ScrollTrigger and the patterns that turn page scroll into animation timing.
Timeline
Sequencing tweens together with the GSAP timeline API - the heart of every multi-step animation.
Text
SplitText and the patterns that animate characters, words, and lines independently.
SVG
React
Using GSAP inside React safely - the useGSAP hook, cleanup, and context.
Frameworks
Integrating GSAP with Vue and with server-rendered apps (Next.js SSR / hydration).
Performance
What to animate and what to avoid so the browser stays at 60fps.
Plugins
Specific GSAP plugin APIs: matchMedia, quickTo, and friends.
