AI AGENT ADDONS

GSAP is a popular JavaScript library for creating smooth web animations. It works with HTML elements, SVG, Canvas, and even Three.js. ScrollTrigger is a plugin that connects animations to the user's scrolling. Together they help build scroll-driven stories and effects.

You can animate things like position, rotation, and opacity. Use tweens for simple single animations or timelines for complex sequences. ScrollTrigger lets you start animations when a part of the page scrolls into view. You can also pin elements or make animations follow the scroll exactly.

This skill is great for web developers and designers who want engaging user experiences. It covers core concepts like tweens, timelines, scroll positions, and scrubbing. Learn how to create professional animations without heavy performance costs.

Add Gsap Scrolltrigger skill to your workflow

Global

mkdir -p ~/.claude/skills/gsap-scrolltrigger

Project

mkdir -p .claude/skills/gsap-scrolltrigger

Source Repository

Stars
383
Forks
51
Watchers
383
License
MIT
Last Push
8 months ago
Created
8 months ago