Hacker News new | ask | show | jobs
by olalonde 3551 days ago
Is this a side effect of how the browser handles canvas rendering or did it have to be explicitly coded?
1 comments

Many browsers throttle javascript performance (particularly looping timers) when the tab doesn't have focus. My guess is the "color bomb" is just a side effect of the JS performance returning to a normal level when focus returns to the tab.