Command Palette
Search for a command to run

Animated Gradient Text

An animated gradient background which transitions between colors for text.

🎉
Introducing Magic UI

Installation

pnpm dlx shadcn-svelte@latest add https://sv-animations.vercel.app/r/animated-gradient-text.json

Examples

Custom Speed

Fast Gradient

Props

AnimatedGradientText

A text component with animated gradient background effect.

NameTypeDefaultDescription
speed
number 1 Animation speed multiplier for the gradient movement
colorFrom
string #ffaa40 Starting color of the gradient
colorTo
string #9c40ff Ending color of the gradient
class
string "" Additional CSS classes to apply