Closed p2r3 closed 4 months ago
The background animation currently relies only on requestAnimationFrame, which can run at pretty much any interval depending on the browser configuration. The frame rate should be capped to 60 (maybe even 30 for performace?) frames per second.
requestAnimationFrame
The background animation currently relies only on
requestAnimationFrame
, which can run at pretty much any interval depending on the browser configuration. The frame rate should be capped to 60 (maybe even 30 for performace?) frames per second.