gsap-scrolltrigger

Create scroll-driven web animations with GSAP and ScrollTrigger.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/ayofemiade/cleva --skill gsap-scrolltrigger-ayofemiade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsap-scrolltrigger
Source: https://github.com/ayofemiade/cleva/tree/main/.claude/skills/gsap-scrolltrigger
Command: npx skills add https://github.com/ayofemiade/cleva --skill gsap-scrolltrigger-ayofemiade

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gsap, scrolltrigger, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides comprehensive tools for creating dynamic, engaging web animations and scroll-driven experiences using GSAP and ScrollTrigger, enhancing user engagement and visual storytelling.

Core Features & Use Cases

  • GSAP Animations: Leverage the full power of GSAP for high-performance animations.
  • ScrollTrigger: Add interactive scroll-driven animations to your web pages.
  • Use Case: Design a web page with animated elements that trigger on scroll, creating a seamless and interactive user experience.

Quick Start

To create a basic scroll-triggered animation, use the gsap-scrolltrigger skill with the following command: use gsap-scrolltrigger to '.element' { properties }.

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 web animations using GSAP and ScrollTrigger?

To create scroll-driven web animations, you use GSAP and ScrollTrigger to animate DOM elements by binding animation properties to scroll events. This allows you to trigger dynamic visual changes as the user scrolls through a web page.

Can I use GSAP ScrollTrigger to animate SVG, Canvas, WebGL, or Three.js elements?

Yes, GSAP and ScrollTrigger can be used to animate SVG, Canvas, WebGL, and Three.js elements. The tools handle scroll events to trigger interactive and visually engaging animations across various web rendering contexts.

What do I need to set up before adding scroll-triggered animations to my web page?

You need to install and set up the GSAP and ScrollTrigger libraries in your web project before creating scroll-triggered animations. These dependencies are required to handle the animation logic and scroll event binding.

How do I bind animation properties to an element when using ScrollTrigger?

You bind animation properties to an element by targeting the specific DOM selector and defining the desired properties within the animation command. This connects the visual transitions directly to the scroll position.

When should I use GSAP for scroll-driven experiences instead of other web animation tools?

You should use GSAP for scroll-driven experiences when you require high-performance animations and complex interactive user interfaces. It is specifically designed to handle dynamic visual storytelling and seamless scroll event integration.