Html Tailwind Guideline: Animation — Use Tailwind animate utilities. Description: Built-in animations are optimized and respect reduced-motion. Do: Use animate-pulse animate-spin animate-ping. Don't: Custom @keyframes for simple effects. Good Example: animate-pulse. Bad Example: @keyframes pulse {...}. Severity: Medium. Docs: https://tailwindcss.com/docs/animation.