motion-craft

Standardize GSAP-based scroll-driven animations for React/Next.js projects.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/CutTheChexx/open-rx --skill motion-craft-cutthechexx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: motion-craft
Source: https://github.com/CutTheChexx/open-rx/tree/main/skills/motion-craft
Command: npx skills add https://github.com/CutTheChexx/open-rx --skill motion-craft-cutthechexx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Developers struggle to implement robust, production-grade web animations across React/Next.js apps.

Core Features & Use Cases

  • GSAP fundamentals & plugins (ScrollTrigger, SplitText, DrawSVG, MorphSVG, MotionPath, Observer, ScrollSmoother) with React/Next.js integration
  • Scroll-driven animations, text effects, page transitions, and performance optimization
  • Use Case: Build enterprise-grade animation systems for marketing sites, product tours, or dashboards

Quick Start

Install gsap, import the motion-craft patterns, and begin implementing a ScrollTrigger-based animation in your Next.js project.

Frequently Asked Questions about motion-craft

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

FAQPage Schema
How do I build scroll-driven animations in React and Next.js?

Use GSAP ScrollTrigger with the useGSAP hook to build scroll-driven animations in React and Next.js. This standardizes sequences and transitions while applying performance guidelines like GPU acceleration across marketing sites and product tours.

What is the best way to integrate GSAP SplitText and DrawSVG plugins with Next.js?

Integrate GSAP SplitText and DrawSVG with Next.js by importing motion-craft patterns and applying the useGSAP hook. This provides ready-made recipes for text effects and vector animations, ensuring robust component-level motion without conflicting with React rendering cycles.

Can I use GSAP ScrollSmoother and Observer for production-grade web animations in React?

Yes, you can use GSAP ScrollSmoother and Observer for production-grade web animations in React. The system supports these plugins alongside MotionPath and MorphSVG to build enterprise-grade animation systems for product tours and marketing sites.

Why does my GSAP animation cause performance issues in my Next.js application?

GSAP animation performance issues in Next.js often stem from ignoring GPU acceleration and will-change guidelines. Apply production-grade motion patterns that standardize component-level rendering, optimize scroll triggers, and prevent layout thrashing during scroll-driven sequences.

Do I need to install GSAP separately to use motion-craft recipes?

Yes, you need to install the gsap package separately to use motion-craft recipes. Once installed, import the motion-craft patterns to begin implementing ScrollTrigger-based animations and text effects within your React or Next.js project.