Skip to content

Commit 0d6a820

Browse files
tsemachhclaude
andcommitted
3D stream: auto-flow 55 -> 110 px/s
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 62bdcfb commit 0d6a820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

3d/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ <h1>ATARI <span>ARCADE</span> · 3D</h1>
192192
}
193193

194194
// ---- motion: calm auto-flow, drag scrub, wheel, inertia ---------
195-
var auto = 55; // px/s
195+
var auto = 110; // px/s
196196
var vel = 0, dragging = false, lastX = 0, moved = 0, downAt = 0, idleAt = 0;
197197
function onDown(e) { dragging = true; stage.classList.add("dragging"); moved = 0; lastX = e.clientX; vel = 0; downAt = Date.now(); }
198198
function onMove(e) {

0 commit comments

Comments
 (0)