Rolling Text
A rolling text animation.
Made by imskyleenInstallation
Usage
API Reference
RollingText
Prop | Type | Default |
---|---|---|
text | string | - |
transition? | Transition | { duration: 2, ease: 'easeInOut' } |
inView? | boolean | false |
inViewMargin? | string | 0px |
inViewOnce? | boolean | true |
delay? | number | 0 |
...props? | React.ComponentProps<"span"> | - |