Glitchium JS: 3KB Library for Randomized Glitch Animations



This content originally appeared on DEV Community and was authored by jQueryScript

Glitchium is a JavaScript library that creates GPU-accelerated glitch effects on web elements.

Key features include:

  • Under 3KB with zero dependencies
  • Hardware-accelerated 60fps animations
  • Configurable intensity, layers, and timing
  • Multiple trigger modes (hover, click, always-on, manual)
  • Smooth interpolation for cinematic effects

The library handles DOM manipulation and event binding automatically while maintaining optimal performance across modern browsers.

👉 Blog Post

👉 GitHub Repo

👉 Live Demo


This content originally appeared on DEV Community and was authored by jQueryScript