wise-ui

Data & Lists

Backgrounds

Cards

Navigation

Text

Buttons

Layout

Moving Gradient Text

Text with a continuously flowing gradient animation. Configurable colors and speed.

Build with wise-ui

Warm gradient text

Cool gradient text

You can use it inline within paragraphs to highlight key phrases.

Installation

npx shadcn@latest add https://wise-ui.com/r/moving-gradient-text.json

Props

PropTypeDefaultDescription
gradientFromstring"#00a896"Starting color of the gradient.
gradientTostring"#c084fc"Ending color of the gradient.
speednumber1Animation speed multiplier. Higher values = faster movement.
classNamestring-Additional CSS classes for font size, weight, etc.
childrenReact.ReactNode-The text content to apply the gradient to.