Flip Words
Animated word cycling component that flips through an array of words with smooth letter-by-letter animations.
Preview
Build
beautiful
websitesInstallation
Use the CLI to add this component to your project.
Usage
tsx
11 linesCopy
Examples
Faster Animation
Welcome to
Nyxhora
Slower Animation
We are
developers
Standalone Usage
Hello
Props
| Prop | Type | Default | Description |
|---|---|---|---|
words | string[] | required | Array of words to cycle through |
duration | number | 3000 | Duration in milliseconds to display each word before switching |
className | string | undefined | Additional CSS classes for the word container |