Components
Glitch Text
Text with layered chromatic aberration and scan-line displacement, creating a digital corruption effect. Triggers on hover or loops continuously.
Preview
Hover over me
Installation
npx shadcn@latest add https://orbit.ruturaj.xyz/r/glitch-textProps
| Prop | Type | Default | Description |
|---|---|---|---|
| children | string | — | The text to glitch |
| trigger | "hover" | "always" | "hover" | When to play the glitch animation |
| speed | "slow" | "normal" | "fast" | "normal" | How quickly the glitch cycles |
| className | string | — | Custom classes for font, size, color |