What problem does it solve? Interfaces often feel static or unresponsive because user actions lack clear visual, haptic, or auditory feedback, and teams struggle to choose correct durations, easing curves, and accessible motion patterns across platforms. ## Core Features & Use Cases - Pattern Library: Provides ready-to-apply interaction recipes for buttons, toggles, modals, toasts, skeleton loading, swipe actions, pull-to-refresh, drag and drop, and shared element transitions. - Platform-Specific Guidance: Adapts implementations for web (CSS, Framer Motion, GSAP, View Transitions), iOS (SwiftUI springs, haptics), Android (Jetpack Compose, Material Motion), and React Native (Reanimated, Gesture Handler). - Accessibility & Performance Rules: Enforces prefers-reduced-motion handling, ARIA live regions, compositor-only animated properties, and 60fps performance budgets. - Use Case: When a user asks to make a settings toggle feel responsive on mobile, the skill specifies a spring animation (stiffness 500, damping 30), a 200ms track color transition, and a haptic nudge at completion. ## Quick Start Ask the assistant to design or audit the micro-interactions for a specific component, such as adding loading, success, and press states to a checkout button.