forever components

Loaders

Equalizer Bars

Seven pill-shaped vermillion-to-tan gradient bars bounce at staggered offsets, mimicking an audio equalizer. Pure CSS scaleY animation.

csslight complexitymoderate motion

Open on the canvas to copy the code → Free account · 3 copies a day · membership goes unlimited

Live demo — the real component, running in a sandbox. One self-contained HTML file, zero dependencies. Open it on the canvas →
Worth keeping? Votes steer what gets built next — sign in to cast one, free to read

When to use it

Music apps, audio players, loading states, or any context where an audio/media metaphor fits the brand.

When not to

Static content pages or contexts where looping motion distracts from primary content; reduced-motion users get a near-static fallback only.

Working with an AI agent

Every component ships agent-ready metadata. An example instruction for this one:

Change bar count to 5 by removing 2 span elements, set --accent-iris to #ff3b6b and --accent-cyan to #ff9f43, slow the bounce to 1.6s. Theme: dark tokens live in :root, the light variant in :root[data-theme="light"]; ?theme=light or a {type:'forever:theme'} postMessage switches at runtime.

Safe to edit

  • bar count (number of .c08-eq__bar spans)
  • animation duration (1.1s in animation shorthand)
  • gradient colors (--accent-iris, --accent-cyan)
  • bar height percentages per nth-child
  • gap between bars (clamp gap value)
  • theme tokens (:root dark defaults + [data-theme=light] overrides)

Keep intact

  • visibilitychange pause in IIFE
  • prefers-reduced-motion guard
  • c08- namespaced class prefix (avoids conflicts)
  • transform-origin:bottom on bars
  • theme hook (?theme= bootstrap + forever:theme message listener + theme tokens)

Known limitations

  • Reduced-motion fallback freezes bars mid-animation rather than removing them — not fully static
  • Bar heights are hardcoded per nth-child — adding/removing bars requires manual height assignment

equalizerloaderbarsaudiogradientloopui

More Loaders components

  • Morphing BlobAurora-gradient blob slowly morphs border-radius and rotates, with an inset dark ghost layer counter-rotating. Soft glow on dark backdrop.
  • DNA HelixTwo columns of 10 glowing dots swing left-right in opposite phases, tracing a rotating DNA double helix. Cycling status messages fade in below.
  • Skeleton ShimmerDark content-placeholder card with avatar circle and staggered text bars swept by a looping gold-to-tan shimmer gradient. Pure CSS, no JS logic.
  • Particle Orbit18 glowing iris, cyan, and magenta particles orbit a white core on wobbling elliptical paths; trailing fill creates a comet-like motion blur effect.
  • Concentric PulseFour concentric rings ripple outward in staggered teal, tan, and slate waves from a beating gradient core dot on a dark background.
  • Conic ProgressA circular conic-gradient ring fills from 0–100% with a lime arc and a blurred gold glow layer; a live numeric counter updates in sync.