Banners & Headers
$

Animated Text

FREE

Animated text effects for terminal output: typewriter, gradient waves, shimmer passes, and bouncing emphasis.

animatedgradientshimmer

# Preview

gradient-text demo
BOOTING PREVIEW

# Usage

import { typewriter, gradientWave, shimmer, bouncingText } from '@taracod/termui';

await typewriter({ text: 'Hello, world!', speed: 40, color: 'brightGreen' });
await gradientWave({ text: 'Rainbow text!', duration: 3000 });
await shimmer({ text: 'Sparkle!', duration: 3000 });
await bouncingText({ text: 'BOUNCE', duration: 4000 });

# API

PropTypeDefaultDescription
textstringrequiredText to animate
speednumber40Milliseconds per character or frame
durationnumber3000Total animation duration
colorsAnsiColor[]rainbowPalette used by gradient effects
Support TermUI