gsap-scrolltrigger

Installation
Summary

Scroll-driven animations with pinning, scrubbing, snap points, and parallax effects.

  • Supports scrubbed animations tied directly to scroll position, with optional smoothing delays for eased motion
  • Includes pinning to lock elements in place during scroll ranges, with configurable spacing and animation timelines
  • Provides toggle actions (play, pause, reverse, reset) for controlling animation behavior at scroll boundaries
  • Offers snap points to lock scroll to specific positions or timeline labels with customizable easing and duration
  • Enables parallax effects, horizontal scrolling, batch animations on scroll, and progress-based callbacks for real-time scroll tracking
SKILL.md

GSAP ScrollTrigger

Scroll-driven animations and interactions.

Quick Start

npm install gsap
import gsap from 'gsap';
import { ScrollTrigger } from 'gsap/ScrollTrigger';

gsap.registerPlugin(ScrollTrigger);
Related skills

More from bbeierle12/skill-mcp-claude

Installs
476
GitHub Stars
8
First Seen
Jan 22, 2026