Usage
Props
Array of texts to morph between.
Additional classes for the container.
Animation execution time.
Animation dwell time.
Credits
- Credits to Whbbit1999 for this component
- Inspired and ported from Magic UI Morphing Text
This MorphingText component dynamically transitions between an array of text strings, creating a smooth, engaging visual effect.
<MorphingText
:texts="['Hello', 'World', 'Morphing', 'Text']"
:morphTime="1.5"
:coolDownTime="0.5"
/>