Skip to Content
šŸŽ‰Introducing Pumki UI
ComponentsTextScramble Text

Scramble Text Animation

A component that applies a scrambling animation to text, perfect for emphasizing important information.

Pumki UIPumki UI
Scramble Text - Pumki UI

Installation

Usage


1import { ScrambleText } from '@/components/pumki-ui/text/scramble-text';

1<ScrambleText text="Scramble Text" />

Props

PropTypeDefaultDescription
random?booleantrueUse a random set of characters for the scramble animation.
scrambleOnLoad?booleantrueWhether to trigger the scramble animation on initial load.
textstring-The text to display and animate with the scramble effect.
Last updated on