Morphing Text

This MorphingText component dynamically transitions between an array of text strings, creating a smooth, engaging visual effect.

API

Prop NameTypeDefaultDescription
textsstring[][]Array of texts to morph between.
classstring""Additional classes for the container.
morphTimenumber1.5Animation execution time.
coolDownTimenumber0.5Animation dwell time.

Component Code

You can copy and paste the following code to create these components:

MorphingText.vue

Credits