Docs
Text Scramble
A hacker-style decrypting text reveal animation that triggers on hover or scroll.
Component Blueprint
Majestic Real-Time Rendering
Installation
$ npx @cosmoo/oblivion add text-scramblePackages
npm install framer-motionUsage Detail
tsx
import { TextScramble } from "@/components/oblivion/text-scramble"
export default function TextScrambleDemo() {
return <TextScramble />
}import { TextScramble } from "@/components/oblivion/text-scramble"
export default function TextScrambleDemo() {
return <TextScramble />
}