Text & Typography Fancy Stable

LetterPullup

Staggered letter pull-up animation with wave entrance effect

Preview

Installation

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

Usage

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

<LetterPullup />

Examples

Basic Usage

Slower Stagger

Increase delay between letters.

Custom Styling

Props

PropTypeDefaultDescription
words *string-Text to animate (each character gets its own animation)
delay number0.05Delay between each letter animation in seconds