Text & Typography Fancy Stable

TextGenerateEffect

Typewriter-style text reveal that fades in words one by one with optional blur

Preview

Installation

pnpm add fancy-ui-svelte
import { TextGenerateEffect } from 'fancy-ui-svelte'

Usage

svelte
<script lang="ts">
  import { TextGenerateEffect } from 'fancy-ui-svelte';
</script>

<TextGenerateEffect />

Examples

Basic Usage

Without Blur

Disable the blur effect.

Fast Reveal

Quick word appearance.

Slow Dramatic

Slow, dramatic reveal.

Delayed Start

Add initial delay.

Props

PropTypeDefaultDescription
words *string-Text to reveal word by word
filter booleantrueApply blur filter during reveal animation
duration number0.7Fade-in duration per word in seconds
delay number0Initial delay before animation starts in ms
stagger number200Delay between each word in ms