Text Stagger Interval

Splitted text animation with interval

Installation

Usage

<TextStaggerInterval
  words={['Modern UI', 'Creative Layouts', 'Dynamic Sites', 'Sleek Designs']}
  animation={'blur'}
  staggerValue={0.05}
  interval={3000}
  pauseOnHover={false}
/>

Props

PropTypeDefault
pauseOnHover?
boolean
true
interval?
number
2000
staggerValue?
number
0.03
animation?
left | right | top | bottom | z | blur | undefined;
opacity
words
string[]
transform