Flip Text
Installation
npx shadcn@latest add "https://magicui.design/r/flip-text"Props
| Prop | Type | Description | Default |
|---|---|---|---|
| className | string | The class name to be applied to the component | |
| duration | number | Duration of the animation | 0.2 |
| delayMultiple | number | Transition delay multiplier. | 0.08 |
| word | string | An array of words to rotate through | "" |
| motionProps | HTMLMotionProps | An object containing motion animation props |