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 |
Next.js + Tailwind + React プロジェクトの目的を持った UI アニメーションを分析して実装します。ユーザーがアニメーションの追加、UI モーションの強化、ページ/コンポーネントのアニメーション化、または視覚的なフィードバックの改善を要求する場合に使用します。 「アニメーションの追加」、「UI のアニメーション化」、「モーション デザイン」、「ホバー効果」、「スクロール アニメーション」、「ページ遷移」、「マイクロ インタラクション」をトリガーします。 ソース: joaquimcassano/ideas-marketplace。