gsap-scrolltrigger

Implement scroll-driven GSAP animations with ScrollTrigger for pinned and scrubbed effects.

19|4|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/ZanebonoAlter/Syntopica --skill gsap-scrolltrigger-zanebonoalter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsap-scrolltrigger
Source: https://github.com/ZanebonoAlter/Syntopica/tree/main/.agents/skills/gsap-scrolltrigger
Command: npx skills add https://github.com/ZanebonoAlter/Syntopica --skill gsap-scrolltrigger-zanebonoalter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Implement scroll-driven animations for web interfaces using GSAP ScrollTrigger to link animation progress with scroll position, enabling features like pinning, scrubbing, and responsive narrative effects without manual frame management.

Core Features & Use Cases

  • Tie tweens and timelines to scroll with ScrollTrigger, enabling scroll-driven motion, parallax, and sticky sections across devices.
  • Pin elements and scrub animations to scroll, or drive horizontal movements with containerAnimation for fake horizontal scroll experiences.
  • Use scrollerProxy and batch utilities to integrate with custom scroll libraries and handle complex layouts.

Quick Start

Apply ScrollTrigger to a GSAP animation by setting trigger, start, end, and optional scrub or pin to create a scroll-linked effect.

Frequently Asked Questions about gsap-scrolltrigger

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create scroll-driven animations using GSAP ScrollTrigger?

Create scroll-driven animations by applying GSAP ScrollTrigger to tweens or timelines, configuring options like trigger, start, end, and scrub to link animation progress with scroll position.

Can I pin elements and scrub animations to scroll position?

Pin elements and scrub animations to scroll position by enabling the pin and scrub configuration options in GSAP ScrollTrigger, allowing sticky sections and scroll-linked motion across devices.

How do I implement horizontal scroll animations with GSAP?

Implement horizontal scroll animations by using the containerAnimation option in GSAP ScrollTrigger to drive horizontal movements, creating fake horizontal scroll experiences tied to vertical scrolling.

Does GSAP ScrollTrigger work with custom scroll libraries?

GSAP ScrollTrigger works with custom scroll libraries by using the scrollerProxy utility, enabling integration with complex layouts and custom scroll containers across desktop and mobile environments.

What is the best way to trigger parallax effects on scroll?

Trigger parallax effects on scroll by tying tweens and timelines to scroll position with GSAP ScrollTrigger, enabling scroll-driven motion and parallax effects without manual frame management.

How do I handle batch animations in complex scroll layouts?

Handle batch animations in complex scroll layouts by using GSAP ScrollTrigger batch utilities, which manage multiple elements efficiently and integrate with custom scroll libraries via scrollerProxy.