W
a
v
y
T
e
x
t
Installation
Props
Prop | Type | Description | Default |
---|---|---|---|
className | string | The class name to be applied to the component | |
duration | number | Durations (seconds) for the animation | 0.5 |
delay | number | Duration (seconds) for stagger between each letter | 0.02 |
words | string | The word to be animated | |
variant | object | Custom animation variants for motion component | hidden: { y: 10 },visible: { y: -10 } |