Lumeo

AnimatedGradientText

Text with a multi-stop gradient that shifts hue over time. Pure CSS via animated background-position.

When to Use

  • Hero headings that need to pop without heavy motion.
  • Labels, badges, or taglines that benefit from a premium feel.
  • Combine with TypingAnimation for a double-layered text effect.
Beautiful Gradient Text
🔥 Hot Take
New Feature Available

API Reference

Property Type Default Description
ChildContentRenderFragment?nullThe text or elements to apply the gradient to.
Gradientstringprimary → sky → primaryComma-separated CSS color stops for the gradient.
AnimationDurationstring"4s"Duration of one full gradient cycle.
BackgroundSizeint200Background-size percentage — higher = slower apparent shift.