Implement purposeful, performant animations that enhance UX without overwhelming users. Focus on key moments: hero intros, hover feedback, content reveals, and navigation transitions.
| 1 | Hero Intro | First impression, brand personality | | 2 | Hover Interactions | Feedback, discoverability | | 3 | Content Reveal | Guide attention, reduce cognitive load | | 4 | Background Effects | Atmosphere, depth | | 5 | Navigation Transitions | Spatial awareness, continuity |
| Page load | CSS animation with animation-delay for stagger | | Scroll into view | IntersectionObserver or react-intersection-observer | | Hover | Tailwind hover: utilities or CSS :hover | | Click/Tap | State-driven with useState |
Analizza e implementa animazioni dell'interfaccia utente mirate per progetti Next.js + Tailwind + React. Da utilizzare quando l'utente chiede di aggiungere animazioni, migliorare il movimento dell'interfaccia utente, animare pagine/componenti o migliorare il feedback visivo. Si attiva su "aggiunta di animazioni", "animazione dell'interfaccia utente", "design del movimento", "effetti al passaggio del mouse", "animazioni di scorrimento", "transizioni di pagina", "microinterazioni". Fonte: julianromli/droid-factory-template.