Scramble Text

Characters cycle through random glyphs before resolving back on hover.

Component Showcase

Scramble Text

Characters cycle through random glyphs before resolving back on hover.

GSAPText

Interactive Playground

Adjust sliders and values to preview changes in real-time

text

The text string to scramble and resolve.

speed

Interval duration (milliseconds) between scrambling letter updates.

glyphs

A string of random character glyphs chosen during scramble cycles.

API Reference (Props)

Component properties and type specifications

PropTypeDefaultDescription
textstring"SCRAMBLE"The text string to scramble and resolve.
speednumber35Interval duration (milliseconds) between scrambling letter updates.
glyphsstring"ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%"A string of random character glyphs chosen during scramble cycles.