Apple Hello Effect

Animated handwritten 'hello' text in multiple languages with a polished Apple-inspired motion effect.

motion-sv
hello

Installation

pnpm dlx shadcn-svelte@latest add http://sveltekit-prerender/r/apple-hello-effect.json

Usage

preview.svelte

Features

  • SVG writing/path animation inspired by Apple's "Hello" welcome screen
  • Ships with English, Hindi, Spanish, and Vietnamese language variants
  • onAnimationComplete callback to trigger logic after the animation finishes
  • durationScale prop to control animation speed

Examples

English

hello

Hindi

नमस्ते

Spanish

hola

Vietnamese

xin chào

Custom colors

hello

Props

AppleHelloEffect

Multilingual animated greeting text with Apple-style handwriting motion.

NameTypeDefaultDescription
classstring''Additional classes applied to the underlying SVG element.
durationScalenumber1Scales the overall handwriting animation speed for the current language variation.
onAnimationComplete() => voidundefinedCalled when the full animation completes.