Spelte

Open Github

Slide Up Text

Text animation that slides up from bottom with stagger effect.

You can just ship things.

Installation

pnpm dlx shadcn-svelte@latest add https://spelte.dev/r/slide-up-text.json

Examples

Split By

Split by characters

Props

PropTypeDefaultDescription
textstringText content to animate
split"words" | "characters""words"How to split the text for animation
delaynumber0Delay before first element animates (seconds)
staggernumber0.1Delay between each element (seconds)
from"first" | "last" | "center""first"Stagger direction
autoStartbooleantrueAuto-start on mount
inViewPropbooleanfalseTrigger only when in viewport
oncebooleantrueOnly animate once
wordClassstringCSS classes for word wrapper
charClassstringCSS classes for character wrapper
onStart() => voidCallback when animation starts
onComplete() => voidCallback when animation completes
classstringAdditional CSS classes