SVG Haiku #06
5.6
Evaluation
5.6 avg
4.5 physics accuracy
7 design quality
5 animation quality
5.5 slider ux
6 completeness
5.5 overall
Two crowns Same mass, different density Vertical slider Slider works Slider controls crowns Slider direction correct Full slider range Fall animation Water displacement Rising water level Splash effects Physics correct Live mass value Live volume value Live density value Live displaced water Gilded displaces more Heureka animation No external deps Light bg / dark text Self-contained HTML

Displacement calculation is broken — it reads crown Y from a stale `data-y` attribute rather than actual submerged ratio, so displaced-water values stay near 0 and water level barely rises; density is displayed as static label text, not a live computed value, and there is no smooth fall animation (crowns teleport via CSS transform).

8,574 output tokens · claude-haiku-4-5-20251001 · end_turn

Displacement calculation is broken — it reads crown Y from a stale `data-y` attribute rather than actual submerged ratio, so displaced-water values stay near 0 and water level barely rises; density is displayed as static label text, not a live computed value, and there is no smooth fall animation (crowns teleport via CSS transform).