Rolling Text
A text component that reveals content through an engaging rolling animation.
Rolling Text
Installation
Props
Prop | Type | Default |
---|---|---|
children | React.ReactNode | - |
className? | string | - |
transition? | Transition | { duration: 0.5, delay: 0.1, ease: 'easeOut' } |
startOnView? | boolean | false |
text | string | - |
Credits
- Credits to motion primitives for the inspiration