Logo
React Bytes
Menu

Spotlight Text

SPOTLIGHT

Customize

Text
Char Delay (s)0.09
Duration (s)0.25
Dim Opacity0.01
Min Font Size (px)0
Max Font Size (px)0

Props

text
Typestring
Default"SPOTLIGHT"
Display text to animate.
charDelay
Typenumber
Default0.09
Stagger (seconds) between each character reveal.
duration
Typenumber
Default0.25
Full reveal duration (seconds) for each character.
repeat
Typeboolean
Defaultfalse
Loop the animation continuously.
dimOpacity
Typenumber
Default0.08
Base opacity of characters before the spotlight reveals them.
ease
Typestring
Default"power2.out"
GSAP ease used for the reveal flash. See EASE_OPTIONS.
baseColor
Typestring
Default"#8a8a86"
Character color at rest / dim state.
spotColor
Typestring
Default"#e24b4a"
Character color at peak spotlight brightness.
minFontSize
Typenumber
Default16
Smallest font size (px) the text will shrink to on narrow containers.
maxFontSize
Typenumber
Default96
Largest font size (px), used as the natural/base size.
className
Typestring
Default""
Extra classes applied to the root wrapper div.

Dependencies

gsap 3.15.0

Crafted withbyMohammad Tasin