Skip to content

Typing Animation

Typewriter effect animation.

Usage

typescript
import { TypingAnimation } from '@devdenvino/rts-common/components/magicui';

<TypingAnimation text="Hello, World!" />

Props

  • text: Text to animate
  • duration: Animation duration in ms
  • className: Additional CSS classes

Released under the MIT License.