Type Animation
Displays an animated typing effect.
Loading...
Installation
npx shadcn@latest add @scrollxui/typeanimation 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.