What problem does it solve?
Stitch-generated UI components are often static and lack polished motion design, while manually adding animations risks inconsistent user experience and accessibility violations for users with reduced motion preferences.
Core Features & Use Cases
- Tiered Animation System: Applies micro (interactive states), meso (viewport reveals), and macro (page transitions) animations based on element purpose to avoid over-animation.
- Multi-Framework Support: Uses CSS transitions for universal compatibility, Framer Motion for React/Next.js projects, and native Svelte transitions for SvelteKit applications.
- Accessibility-First: All animations include mandatory prefers-reduced-motion overrides to ensure compliance for users with motion sensitivities.
- Use Case: After generating a set of Stitch e-commerce product card components, use this skill to add subtle hover lift effects, staggered scroll reveals for the product grid, and smooth modal transitions for the product detail view.
Quick Start
Use the stitch-animate skill to add accessible hover and scroll reveal animations to your recently generated Stitch Next.js dashboard component set.