Animated Word Background

Watch as beautiful Pilates words gracefully float across the screen, creating an elegant backdrop that embodies mindfulness and movement.

Features

  • โ€ข Randomized word selection from 18 Pilates terms
  • โ€ข Elegant floating animations with rotation and scale
  • โ€ข Beautiful color palette using design system
  • โ€ข Smaller words have blur and transparency effects
  • โ€ข Respects user's reduced motion preferences
  • โ€ข Performance optimized with GPU acceleration

Words in Motion

breathe strength control lengthen energy inhale exhale core mind confidence commit center flow engage ground release align radiate

How to Use

1. Basic Usage

<AnimatedWordBackground />

2. With Custom Properties

<AnimatedWordBackground
  maxWords=6
  animationSpeed="medium"
  colors=sageskyBlueteal
  className="opacity-80"
/>

3. In Any Section

<section class="relative">
  <AnimatedWordBackground />
  <div class="relative z-10">
    Your content here
  </div>
</section>

Available Props

maxWords: number (default: 4)
animationSpeed: 'slow' | 'medium' | 'fast'
colors: string[] (color names)
className: string (additional CSS classes)
โ† Back to Homepage