Rolling Text

Animated rolling text with customizable intervals and transitions.

Rolling effectCustom intervalsEvent callbacks
Basic
Features

Vertical Roll

Smoothly rolls text items vertically.

Timed Intervals

Set precise duration for each item display.

State Tracking

Callbacks for index changes and animation state.

Installation
Works with npm, pnpm, yarn, and bun

$npx libravelui@latest add rolling-text

Anatomy
import { RollingText } from "@/components/ui/motion/rolling-text";<RollingText texts={["First", "Second", "Third"]} />
Testing Playground
Props

Loading types…