Install
openclaw skills install @cbbathaglini/gsap-motionDesign and implement intentional web motion with GSAP, React, Next.js, ScrollTrigger, Flip, SplitText, accessibility, performance, and responsive behavior. Use when animation or interaction polish is part of a frontend task.
openclaw skills install @cbbathaglini/gsap-motionUse this skill to add motion that clarifies state, hierarchy, navigation, storytelling, or direct manipulation in modern web interfaces.
Prefer the simplest durable tool:
prefers-reduced-motion; provide meaningful reduced or disabled motion paths.transform and opacity whenever possible. Avoid animating layout-heavy properties in high-frequency motion.window, document, or DOM refs.Read only what is relevant to the current task:
references/decision-guide.md.references/gsap-core.md.references/timelines.md.references/scrolltrigger.md.useGSAP, context, and cleanup, read references/react.md.references/nextjs.md.references/accessibility.md.references/performance.md.references/responsive-motion.md.references/motion-design.md.references/anti-patterns.md.Use examples only as adaptation references, not as fixed templates:
examples/hero.tsx for staged hero entrances.examples/section-reveal.tsx for progressive section reveals.examples/stagger-cards.tsx for card grids and ranking lists.examples/scroll-storytelling.tsx for ScrollTrigger scenes.examples/flip-layout.tsx for layout reorder/filter transitions.examples/reduced-motion.tsx for reduced-motion handling.Before finishing a frontend motion task: