What problem does it solve?
Many UI interactions feel static or inconsistent, so Flow brings hover, press, loading, modal, toast, and page transitions to life with purposeful motion while honoring reduced-motion preferences and 60fps performance targets.
Core Features & Use Cases
- Micro interaction polish: Applies canonical easing and opacity/transform-focused transitions to hover states, presses, toggles, and toasts, using
references/animation-catalog.md and references/easing-guide.md for duration and curve selection.
- Page and gesture choreography: Delivers route or modal transitions and drag/swipe feedback aligned with modern CSS APIs (
references/modern-css-animations.md) while ensuring system-level reduced-motion fallbacks from references/motion-accessibility-anti-patterns.md.
- Motion system support: Documents and audits motion tokens, performance guards, and reduced-motion behavior in collaboration with Muse-style token files and
references/motion-system-design-patterns.md, making Flow ideal for SaaS, e-commerce, and mobile UI polish.
Quick Start
Ask Flow to polish the CTA hover and loading states with CSS transforms, canonical easing, and a reduced-motion alternative.