Text Distortion

NewPremium

Canvas-based text that warps and distorts on hover with horizontal slice displacement.

effectstextdistortioncanvashover

Installation

Terminalbash
npx motioncraft add text-distortion

Usage

text-distortion.tsxtsx
import { TextDistortion } from "@/components/effects/text-distortion";

<TextDistortion text="DISTORT ME" intensity={30} />

Props

PropTypeDefaultDescription
text*stringText to display
intensitynumber20Distortion intensity in pixels
speednumber0.02Animation speed
classNamestringAdditional CSS classes

Related Components