Hits 0 Bounces 0 Time 0:00

cornerWait — bouncing DVD screensaver

The DVD logo bouncing off the edges of a black screen is one of the most recognisable animations of the late twentieth century. This article explains where the screensaver came from, why it so rarely hit the corner cleanly, and what pop culture did with it.

Why a screensaver existed in the first place

In the era of CRT displays, a static image left on screen for hours caused permanent phosphor burn-in. A DVD menu — with motionless buttons and background — was exactly that risk. Player manufacturers (Toshiba, Sony, Panasonic) had to show something that moved while the player sat idle, whether before a disc was inserted or after long inactivity in the menu. The animated logo was both burn-in protection and a quiet ad for the format.

Where the corner-to-corner magic comes from

The algorithm is simple: the logo moves along a vector (dx, dy), and on every collision with a screen edge, one component flips sign. Hitting a corner exactly requires a collision on both axes in the same frame. The probability depends on aspect ratio and starting speed; with typical settings the real average wait is a few — sometimes many — minutes. Hence The Office. Hence the ten-hour YouTube marathons.

The palette and colour changes

The classic logo changed colour sequentially — not randomly — on every edge bounce. The sequence was magenta → mint → amber → violet → blue. That deterministic rotation made two sessions look identical, but no one noticed, because no one remembers the frames from a minute ago.

What now

Above you have the same animation you watched thirty years ago — only in a browser, with a configurable preset (DVD, HD DVD, VHS, Blu-ray) and a local hit counter. Stay as long as you like. You can also read the full history of the DVD format.

About the author

This site started as a private project. Other tools by the same author live at vps-web.com — generators for Apache VirtualHost config, DNS zones, Let's Encrypt certificates, and Proxmox NAT rules.