Text Generate Effect

A cool text effect that fades in text on page load, one by one.

Examples

Two text with different delay

API

Prop NameTypeDefaultDescription
wordsstringRequiredThe text to be displayed with the generating effect.
durationnumber0.7The duration of the text generation animation in seconds.
delaynumber0The delay before the text generation animation starts in milliseconds.
filterbooleantrueThe blur of the text.

Component Code

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

TextGenerateEffect.vue

Credits