Agent skill · Frontend

gsap-framer-scroll-animation

Use this skill whenever the user wants to build scroll animations, scroll effects, parallax, scroll-triggered reveals, pinned sections, horizontal scroll, text animations, or any motion tied to scroll position — in vanilla JS, React, or Next.js. Covers GSAP ScrollTrigger (pinning, scrubbing, snapping, timelines, horizontal scroll, ScrollSmoother, matchMedia) and Framer Motion / Motion v12 (useScroll, useTransform, useSpring, whileInView, variants). Use this skill even if the user just says "animate on scroll", "fade in as I scroll", "make it scroll like Apple", "parallax effect", "sticky secti

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
npx skills add github/awesome-copilot --skill gsap-framer-scroll-animation --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 3
SKILL.md size: 6 KB
Bundled scripts: none
Declared author: Utkarsh Patrikar
Path: skills/gsap-framer-scroll-animation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# GSAP & Framer Motion — Scroll Animations Skill Production-grade scroll animations with GitHub Copilot prompts, ready-to-use code recipes, and deep API references. > **Design Companion:** This skill provides the *technical implementation* for scroll-driven motion. > For the *creative philosophy*, design principles, and premium aesthetics that should guide **how** > and **when** to animate, always cross-reference the **premium-frontend-ui** skill. > Together they form a complete approach: premium-frontend-ui decides the **what** and **why**; > this skill delivers the **how**. ## Quick Library Selector | Need | Use | |---|---| | Vanilla JS, Webflow, Vue | **GSAP** | | Pinning, horizontal scroll, complex timelines | **GSAP** | | React / Next.js, declarative style | **Framer Motion** | | whileInView entrance animations | **Framer Motion** | | Both in same Next.js app | See notes in references | Read the relevant reference file for full recipes and Copilot prompts: - **GSAP** → `references/gsap.md` — ScrollTrigger API, all recipes, React integration - **Framer Motion** → `references/framer.md` — useScroll, useTransform, all recipes ## Setup (Always Do First) ### GSAP ```bash npm instal

What's inside
Steps it walks through
  1. Quick Library Selector
  2. Setup (Always Do First)
  3. GSAP
  4. Framer Motion (Motion v12, 2025)
  5. Workflow
  6. The 5 Most Common Scroll Patterns
  7. 1. Fade-in on enter (GSAP)
  8. 2. Fade-in on enter (Framer Motion)
  9. 3. Scrub / scroll-linked (GSAP)
  10. 4. Scroll-linked (Framer Motion)
  11. 5. Pinned timeline (GSAP)
  12. Critical Rules (Apply Always)
  13. Copilot Prompting Tips
  14. Reference Files
Ships with 2 files
  • references/framer.md
  • references/gsap.md
Commands it runs
npm install gsap
npm install motion   # new package name since mid-2025
More from awesome-copilot
All skills →
About this skill
What does the gsap-framer-scroll-animation skill do?

Use this skill whenever the user wants to build scroll animations, scroll effects, parallax, scroll-triggered reveals, pinned sections, horizontal scroll, text animations, or any motion tied to scroll position — in vanilla JS, React, or Next.js. Covers GSAP ScrollTrigger (pinning, scrubbing, snapping, timelines, horizontal scroll, ScrollSmoother, matchMedia) and Framer Motion / Motion v12 (useScroll, useTransform, useSpring, whileInView, variants). Use this skill even if the user just says "animate on scroll", "fade in as I scroll", "make it scroll like Apple", "parallax effect", "sticky secti

How do I install it?

Run `npx skills add github/awesome-copilot --skill gsap-framer-scroll-animation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going