Carregando…
Carregando…
Carregando…Animated cycling text that morphs between words with blur transition.
Morphing Text — cycling animated words
We build interfaces
Fast delivery cycles
$ npx kikitocn add morphing-textimport { MorphingText } from "@/components/ui/cn/morphing-text/MorphingText";
export function MorphingTextExample() {
return (
<MorphingText />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
words* | string[] | — | Array de palavras/frases para ciclar |
interval | number | 2000 | Intervalo entre mudanças (ms) |
className | string | — | Classes CSS extras |