f0f3516efa51c65ccd8d7575fb0d3b59112bb750
Replace setInterval with requestAnimationFrame loop that tracks elapsed time via performance.now(). Clock ticks now fire based on real time rather than assuming perfect interval spacing, so user interactions (toggling inputs, dragging gates) no longer cause the clock to stutter or pause. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
JavaScript
85.2%
CSS
10.7%
HTML
4%