Progress & Status
Buffering
Video-stream buffering bar: a sage-green fill chases a buffered-ahead band with a sweeping sheen, 8 segment dots, live percent counter, and ETA readout.
css+canvasmedium complexitymoderate motion
Open on the canvas to copy the code → Free account · 3 copies a day · membership goes unlimited
Worth keeping?
Votes steer what gets built next — sign in to cast one, free to read
When to use it
Loading screens, video player buffering states, file upload or download progress indicators with a premium dark-UI feel.
When not to
Light-background UIs (background is hardcoded dark navy). Contexts needing real progress data — requires wiring real values to the paint() function.
Working with an AI agent
Every component ships agent-ready metadata. An example instruction for this one:
Change accent color to electric teal by setting --pg09-ac to #00c4b4 and --pg09-ac2 to #5ffff0, and slow the cycle to 10 seconds by changing cyc=7 to cyc=10. 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
- accent color (--pg09-ac, --pg09-ac2)
- segment dot count (NSEG=8)
- notional clip length for ETA (TOTAL=12)
- cycle duration (cyc=7)
- sheen sweep speed (t*0.55)
- theme tokens (:root dark defaults + [data-theme=light] overrides)
Keep intact
- IIFE wrapper
- prefers-reduced-motion guard with static fallback
- visibilitychange pause/resume
- aria-progressbar role + aria-valuenow updates
- theme hook (?theme= bootstrap + forever:theme message listener + theme tokens)
Known limitations
- Simulated progress only — must replace prog/bufd logic with real data for production use
- Light re-theme via the [data-theme=light] token block; catalog bg/accent describe the dark default
More Progress & Status components
- Linear ProgressOlive-to-slate gradient bar fills left-to-right with a glowing leading edge, live percent readout, tick scale, and status dot; cycles fill → hold → reset…
- Segmented StepperFour-step circular stepper auto-advances, filling connector segments with a plum-to-teal gradient and stamping SVG checkmarks as each step completes.
- Upload ProgressCircular rust-toned ring fills to 100% with a leading dot and numeric readout; completes with a green checkmark draw-in. Auto-cycles.
- Skeleton LoaderDark content-card skeleton with avatar, text rows, thumbnail, and pills swept by a staggered denim-blue diagonal shimmer and a breathing radial pulse.
- Battery ChargeBattery shell fills olive-to-tan from 4%→100% over 6 s with a travelling sheen, pulsing bolt icon, and green glow ring at full charge.
- Multi-TrackFour color-coded bars (ingest, transcode, index, publish) fill at staggered ease-out rates with a live N/4 complete counter; auto-resets after all finish.