A text animation component that smoothly rotates through an array of words with customizable duration and motion effects.
Fast
Installation
Usage
import { WordRotate } from "@/components/molecule-ui/word-rotate"
<WordRotate words={["Fast", "Smooth", "Beautiful"]} />
Props
Prop | Type | Default |
---|---|---|
duration? | number | 2000 |
words | string[] | - |