AI Text Loading

A sequential text reveal animation for AI response generation.

AIThinking...

Installation

bash
npm install motion

Usage

tsx
import AITextLoading from '@/components/ui/ai-text-loading';

<AITextLoading
  texts={["Generating..."]}
  interval={1200}
/>