Passer au contenu principal Passer à la navigation Aller à la recherche Passer au pied de page

🎬 Core Animations

Essential CSS and JavaScript animations for modern interfaces

🎭 Component Demonstrations

Fade Transitions

Smooth fade-in/out transition

Slide Animations

Content slides in smoothly

Scale & Rotate

Hover Scale

Hover Rotate

Pulse Animation

Bounce

📝 Usage Examples

<div x-show="show" x-transition class="...">Content</div>
<div class="hover:scale-110 transition-transform">...</div>

⚡ Performance & Accessibility

Animation Best Practices

  • 🎯Use transform and opacity for hardware-accelerated animations
  • Keep animations under 300ms for responsive feel
  • 📱Test on mobile - reduce animation complexity if needed