motion-animation
Motion & Animation
This skill covers motion design for user interfaces — when and why to animate, transitions, micro-interactions, and respecting user preferences for reduced motion.
Use-When
This skill activates when:
- Agent adds animations or transitions to components
- Agent designs micro-interactions (button hover, loading states)
- Agent builds interactive elements with state changes
- Agent needs to respect prefers-reduced-motion
- Agent creates page transitions
Core Rules
- ALWAYS use motion to communicate state changes, not for decoration
- ALWAYS respect prefers-reduced-motion for accessibility
- ALWAYS keep animations short (150-300ms for UI, 300-500ms for page)
- NEVER animate properties that cause layout shifts (width, height)
More from moderndegree/agent-skills
design-systems
Design tokens, spacing scales, color systems, and typography for building consistent UIs. Use when creating design systems, theming, or establishing UI foundations.
8dialogs-modals
Modal and dialog patterns, confirmations, destructive actions, and focus management. Use when building modals, dialogs, or confirmation dialogs.
6form-design
Form UX patterns, field types, multi-step wizards, and layout. Use when building forms, registration flows, or any data collection interfaces.
5a11y-best-practices
Comprehensive accessibility patterns for building, testing, and fixing accessible interfaces. Use when building UI components, forms, pages, or auditing code for accessibility issues.
5notifications-feedback
Toast notifications, alerts, feedback messages, and their timing. Use when adding user feedback, success messages, or alerts.
5shadcn-best-practices
Best practices for working with shadcn/ui components, imports, theming, and forms. Use when building UI with shadcn, adding components, configuring theming, or creating forms.
5