Rotating Text
A rotating text animation.
Made by imskyleenInstallation
Usage
API Reference
RotatingTextContainer
Prop | Type | Default |
---|---|---|
text | string | string[] | - |
duration? | number | 2000 |
y? | number | -50 |
inView? | boolean | false |
inViewMargin? | string | 0px |
inViewOnce? | boolean | true |
delay? | number | 0 |
...props? | React.ComponentProps<"div"> | - |
RotatingText
Prop | Type | Default |
---|---|---|
transition? | Transition | { duration: 0.3, ease: 'easeInOut' } |
...props? | HTMLMotionProps<"div"> | - |