Animations/Rotate Words
Rotate Words
Cycle through a list of words in place — the layout reserves space for the longest word, so nothing jumps.
ajax-ui.com/rotate-words
Built for teams
Installation
npx ajaxui add rotate-wordsProps
| Prop | Type | Default | Description |
|---|---|---|---|
| words | string[] | — | List of words to cycle through. |
| interval | number | 2200 | Ms each word stays visible. |
| wordClassName | string | — | Class applied to the rotating word. |