p2r3 / epochtal

Portal 2 tournament framework
https://epochtal.p2r3.com/
GNU General Public License v3.0
8 stars 4 forks source link

Limit background animation framerate #46

Closed p2r3 closed 4 months ago

p2r3 commented 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.