Getting Started
Templates
Components
Special Animations
Text Animations
Backgrounds
import { FontWeightText } from "@/components/eldoraui/font-weight-text"<FontWeightText text="Let's Go" /><FontWeightText
text="Let's Go"
fontSize={60}
className="text-cyan-200"
minWeight={100}
maxWeight={900}
animationDuration={2}
delayMultiplier={0.1}
/>| Prop | Type | Default | Description |
|---|---|---|---|
text | string | - | The text to display with font weight animation |
className | string | "" | Additional CSS classes to apply to the container |
fontSize | number | 150 | Font size in pixels |
minWeight | number | 0 | Minimum font weight value |
maxWeight | number | 840 | Maximum font weight value |
animationDuration | number | 1.5 | Duration of the breathing animation in seconds |
delayMultiplier | number | 0.25 | Delay multiplier for staggered character animation |