Glitch Effect Text
Simulate a glitch effect on text with customizable speed, direction, colors, and shadow using framer-motion for dynamic animations.
Overview
The GlitchEffectText
component creates a glitchy, distorted text effect using framer-motion
for animation. By applying multiple layers of text with slight offset and color differences, it simulates a glitch effect.
This component allows customization of the glitch speed, direction (horizontal or vertical), text colors, and shadow for a fully customizable and dynamic visual effect.
Preview
Glitch
Glitch
Glitch
Usage
Code
Example
glitchSpeed
Glitch
Glitch
Glitch
textShadow
Glitch
Glitch
Glitch
Props
Prop | Type | Default |
---|---|---|
text | string | - |
glitchSpeed | number | 0.3 |
glitchDirection | "horizontal" | "vertical" | "horizontal" |
glitchColors | [string, string] | ["text-red-500", "text-blue-500"] |
className | string | - |
textShadow | string | "2px 2px 4px rgba(0,0,0,0.5)" |
as | ElementType<any, keyof IntrinsicElements> | "div" |