AI AGENT ADDONS

Motion Foundations

affaan-m/ecc

Motion foundations is the base layer for building smooth and safe animations in React and Next.js apps. It defines all the values, rules, and limits that other animation skills depend on. This layer makes sure every animation is fast, accessible, and works with server rendering.

Use this skill when starting a new animated component from scratch. It provides a shared set of timing tokens, spring presets, and a accessibility gate that respects user preferences. It also prevents common problems like layout jumps and hydration mistakes.

This skill is useful for developers who want consistent animations across their whole project. It enforces simple rules like never using hardcoded durations and always matching server output. It also helps decide when an animation should not run at all.

Add Motion Foundations skill to your workflow

Global

mkdir -p ~/.claude/skills/motion-foundations

Project

mkdir -p .claude/skills/motion-foundations

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago