Morphing Text

A text animation that morphs between strings using SVG filters and blur effects.

Installation

npx shadcn-vue@latest add https://raya-ui.com/registry/morphing-text.json

Props

PropTypeDefaultDescription
textsstring[]-An array of strings to cycle through.
morphTimenumber1.5Duration of the morphing transition in seconds.
coolDownTimenumber0.5Duration the text stays visible before morphing again.