interface GlitchEffectProps {
    amplitude?: number;
    blockiness?: number;
    minimizer?: number;
    narrowness?: number;
    time?: number;
}

Hierarchy (view full)

Properties

amplitude?: number

Amplitude determines the intensity of the horizontal shift that happens in the glitch effect.

0.2
blockiness?: number

Blockiness of the horizontal shift

2.0
minimizer?: number

Minimzer of the horizontal shift

8.0
narrowness?: number

Narrowness of the horizontal shift

4.0
time?: number

Used for the time loop of the horizontal shift

Date.now()