Create a "Xin chào" and "Hello" writing effect inspired by Apple using Motion for React.
npx shadcn@latest add https://chanhdai.com/r/apple-hello-effect.json
import {
AppleHelloVietnameseEffect,
AppleHelloEnglishEffect,
} from "@/components/apple-hello-effect";
<AppleHelloVietnameseEffect />
<AppleHelloEnglishEffect />
Prop | Type | Default | Description |
---|---|---|---|
speed | number | 1 | A multiplier that affects the animation duration. Higher values make the animation slower. |
onAnimationComplete | () => void | undefined | Callback function triggered when the animation completes. |