From grimoire
Creates or audits a motion design system with reusable animation tokens, Disney's 12 principles, and component-level motion patterns. Use when standardizing UI motion or building animation specs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/grimoire:design-animation-systemThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build a coherent, reusable animation system that enforces brand personality, reduces cognitive load, and communicates state changes clearly across a product.
Build a coherent, reusable animation system that enforces brand personality, reduces cognitive load, and communicates state changes clearly across a product.
Adopted by: Google Material Design, Apple Human Interface Guidelines, IBM Carbon Design System, Shopify Polaris Impact: Consistent motion reduces perceived task time by ~15% (Nielsen Norman Group); systematic animation tokens cut inconsistent implementation by 60% in multi-team projects Why best: Disney's 12 principles — squash-and-stretch, anticipation, follow-through, ease-in/ease-out — remain the canonical motion vocabulary. Systematizing them as tokens creates predictable, learnable patterns.
Sources: Thomas & Johnston (1981); Google Material Design motion spec; W3C CSS Animations Level 1
prefers-reduced-motion; no animation should be the only indicator of state.prefers-reduced-motion counterpart — either instant or cross-fade only.npx claudepluginhub jeffreytse/grimoire --plugin grimoireApplies Disney's 12 animation principles to UI motion: easing curves, duration guidelines, choreography, and reduced-motion accessibility. Use when designing state changes, transitions, or motion systems.
Guides purposeful UI motion choreography for animation sequences, page transitions, micro-interactions, and loading states, ensuring performance and reduced-motion accessibility.
Guides adding purposeful UI animations & micro-interactions with functional roles, performance constraints (100-500ms), and `prefers-reduced-motion` fallbacks for accessibility.