TextMorphing Text
Morphing Text
Create dynamic, animated text with a morphing effect, where random letters transform into the final text, creating an engaging user experience.
Overview
The MorphingText
component creates an engaging animated effect where random letters transition into the final text, providing a dynamic and visually interesting user experience. It can be customized with different speeds and character sets to fit your design needs.
It allows you to control the speed of the morphing animation, and customize the set of characters used in the animation.
Preview
Morphing
Usage
Code
Examples
Speed
Use the speed
props that allows control the duration of each letter change.
Slow Morph
CharSet
Use the CharSet
to customize the characters used for morphing and apply smoother transitions.
CharSet Morph
Props
Prop | Type | Default |
---|---|---|
text | string | - |
speed | number | 30 |
charSet | string | 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' |
as | ElementType<any, keyof IntrinsicElements> | "div" |