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 |
Analice e implemente animaciones de UI útiles para proyectos Next.js + Tailwind + React. Úselo cuando el usuario solicite agregar animaciones, mejorar el movimiento de la interfaz de usuario, animar páginas/componentes o mejorar la retroalimentación visual. Activadores de "agregar animaciones", "animar la interfaz de usuario", "diseño de movimiento", "efectos de desplazamiento", "animaciones de desplazamiento", "transiciones de página", "microinteracciones". Fuente: joaquimcassano/ideas-marketplace.