Hover · 51 / 68
Glitch
On hover the image tears into offset horizontal slices with a channel-shifting hue flicker.

Hover the preview to see the glitch.
Adjust
5px
500ms
0deg
Edit the CSS above — the preview updates live.
On hover the image tears into offset horizontal slices with a channel-shifting hue flicker.

Hover the preview to see the glitch.
Glitch tears the image into offset horizontal slices via clip-path with a hue-rotate flicker while hovered or keyboard-focused. Tune --ifx-gi for slice displacement (px), --ifx-gspeed for the animation cycle (ms), --ifx-gsteps for the stutter step-count (steps(2/4/8, end)), and --ifx-ghue for the channel-shift color. It falls back to a clean static image on touch and under prefers-reduced-motion; keep the @media (hover) wrapper and the reduced-motion block intact.
Enhanced — clip-path. This effect uses an enhanced feature — provide a graceful fallback for older browsers.