Summer pricing is live: save $50 on Starwind Pro lifetime access.

Effect 16 - Sequential Fade Text

Pro

A reusable inline text effect that reveals each word one letter at a time with fade-in, then fades the full word out before moving to the next.

Theme

Upgrade to Pro

Effect 16

Motion that feels effortless

A reusable inline fade-text effect that reveals letters one at a time, lets the full word settle, then fades the whole word out before starting the next.

Perfect for rotating copy

Great for headlines

Compact sequence

fades in
Loading code...

Starwind Dependencies

Sign in to view code and copy install commands.

Sign in

This component requires Starwind Pro.

Get lifetime access to all premium components, updates, and priority support.

Upgrade to Pro

Failed to load code. Please try again.

Code

Usage
<Effect16
  letter-delay={85}
  fade-duration={260}
  pause-duration={1350}
  gap-duration={180}
  start-delay={0}
  loop={true}
/>

Props

proptypedefaultdescription
wordsstring[][]Words or phrases revealed by the sequential fade effect.
letterDelaynumber90Delay in milliseconds between each letter reveal.
fadeDurationnumber240Duration in milliseconds for each letter fade and full-word fade.
pauseDurationnumber1400Pause in milliseconds after a word has fully appeared.
gapDurationnumber180Delay in milliseconds between fading one word out and revealing the next.
startDelaynumber0Delay in milliseconds before the first word begins.
loopbooleantrueWhether the fade sequence continues cycling after the final word.