Getting Started
Components
Special Effects
Animations
Text Animations
Backgrounds
import { AnimatedGradientText } from "@/components/ui/animated-gradient-text"
<AnimatedGradientText>Animated Gradient Text</AnimatedGradientText>
Prop | Type | Default | Description |
---|---|---|---|
children | node | - | The children passed into the component |
className | string | - | The class name to be applied |
speed | number | 1 | The speed of the gradient animation |
colorFrom | string | "#ffaa40" | The starting color of the gradient |
colorTo | string | "#9c40ff" | The ending color of the gradient |