ORBIT.

Components

Scramble Text

Text that cycles through random characters before resolving, creating a satisfying decoding effect. Triggers on hover or mount.

Preview

Hover over me

Installation

npx shadcn@latest add https://orbit.ruturaj.xyz/r/scramble-text

Props

PropTypeDefaultDescription
childrenstringThe text to scramble
trigger"hover" | "mount" | "both""hover"When to play the scramble animation
speednumber40Interval between character updates (ms)
cyclesnumber8Scramble cycles before each character resolves

Component