Animate UI

Highlight Text

A highlight text animation.

Made by imskyleen
Edit on GitHub
Highlight Text

Installation

Usage

<HighlightText text="Highlight Text" />

API Reference

HighlightText

PropTypeDefault
text
string
-
gradient?
string
linear-gradient(90deg, #3b82f6 0%, #a855f7 20%, #ec4899 50%, #a855f7 80%, #3b82f6 100%)
transition?
Transition
{ duration: 2, ease: 'easeInOut' }
inView?
boolean
false
inViewMargin?
string
0px
inViewOnce?
boolean
true
...props?
HTMLMotionProps<"span">
-

Built by Skyleen. The source code is available on GitHub.