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

Or manually:

Install dependencies:

npm install clsx tailwind-merge

Copy the component code into your project.

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.