Overview of available GSAP Skills
mainThe GSAP AI Skills package is divided into several specialized modules that teach agents correct usage of different GSAP features:
- gsap-core: Core API (
gsap.to(),from(),fromTo(), easing, duration, stagger, defaults). - gsap-timeline: Sequencing, position parameter, labels, nesting, and playback.
- gsap-scrolltrigger: Scroll-linked animations, pinning, scrub, triggers, refresh, and cleanup.
- gsap-plugins: Usage of plugins like ScrollToPlugin, ScrollSmoother, Flip, Draggable, Inertia, Observer, SplitText, ScrambleText, and more.
- gsap-utils: Helper functions via
gsap.utils(clamp, mapRange, normalize, interpolate, random, snap, etc.). - gsap-react: React-specific patterns including the
useGSAPhook, refs,gsap.context(), cleanup, and SSR. - gsap-performance: Best practices for performance (transforms vs layout props,
will-change, batching). - gsap-frameworks: Lifecycle management and selector scoping for Vue, Svelte, and other frameworks.