This is a comprehensive reference for building UI animations with CSS. You get Disney's 12 principles adapted for interfaces, timing guidelines for everything from micro-interactions to page transitions, and a solid library of ready-to-use keyframes covering fades, bounces, scales, and rotations. The easing function examples include Material Design's standard curves and some nice elastic effects. What makes this useful is the specificity: it tells you to use 150-250ms for button hovers with ease, or 200-300ms for modal opens with ease-out, plus it includes Tailwind examples alongside vanilla CSS. It also respects prefers-reduced-motion, which matters for accessibility. Good for both learning animation fundamentals and grabbing production-ready snippets.
npx -y skills add onewave-ai/claude-skills --skill css-animation-creator --agent claude-codeInstalls into .claude/skills of the current project.
Build production-grade, accessible, GPU-efficient motion for web UIs using CSS, Tailwind, and Framer Motion.
references/principles-and-timing.md.transform and opacity for GPU acceleration. Apply references/performance.md.references/accessibility.md.references/principles-and-timing.md — Disney 12 principles mapped to UI, duration and easing tables.references/transitions.md — Transition syntax, easing functions, cubic-bezier presets, Tailwind transitions.references/keyframe-library.md — Keyframe syntax plus fade, scale, bounce, rotate, slide, and attention-seeker keyframes.references/loading-animations.md — Spinners, dots, skeleton loaders, shimmer, progress bars.references/micro-interactions.md — Button, hover, icon, form, and success/error interactions.references/page-transitions.md — View Transitions API, Framer Motion page and shared-layout transitions, staggered lists.references/scroll-animations.md — Intersection Observer, Framer Motion scroll hooks, native CSS scroll-driven animations.references/accessibility.md — prefers-reduced-motion CSS, Tailwind motion-safe/reduce, React hook.references/tailwind-config.md — Drop-in tailwind.config.js animation and keyframe definitions.references/performance.md — GPU-accelerated properties, will-change, contain, performance checklist.mindrally/skills
giuseppe-trisciuoglio/developer-kit
syncfusion/react-ui-components-skills
supercent-io/skills-template
binjuhor/shadcn-lar