Can Javascript control animation loop & frame rate?
I followed an article about getting the best out of delta time in animation loops. It's the most advanced way to handle loop renders and updates I've ever read. https://isaacsukin.com/news/2015/01/detailed-explanation-javascript-game-loops-and-timing I implemented it within a class and it works. However:…