Type Animation
Displays an animated typing effect.
Discover New
Installation
npx shadcn@latest add https://scrollx-ui.vercel.app/registry/typeanimation.json
Usage
import Typeanimation from '@/components/ui/typeanimation';
<Typeanimation
words={[' possibilities', ' opportunities', ' potential']}
typingSpeed="slow"
deletingSpeed="slow"
pauseDuration={2000}
className="text-3xl md:text-5xl font-extrabold text-teal-600"
/>
API Reference
Typeanimation
Displays an animated typing effect with gradient text.