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
$npx libravelui@latest add rolling-textAnatomy
import { RollingText } from "@/components/ui/motion/rolling-text";<RollingText texts={["First", "Second", "Third"]} />Testing Playground
Props
Loading types…