Glitch Text(016)

High-energy cybernetic RGB chromatic aberration glitch animation with slice displacement.

Hover
Loading…

Installation

$npx kibo add glitch-text

Usage

1import { GlitchText } from "@/components/kibo/glitch-text/component";
2
3export default function Example() {
4 return (
5 <GlitchText />
6 );
7}

Props Reference

PropTypeDefaultDescription
childrenstring-Child elements or content to render inside the component.
speednumber0.5Speed multiplier for the motion playback.
enableShadowsbooleantrueControls the enable shadows for the component animation.
enableOnHoverbooleanfalseControls the enable on hover for the component animation.
classNamestring''Additional CSS classes for styling and layout.