Avatar
omochimetaru 10/7/2020 3:09 PM
The window.requestAnimationFrame() method tells the browser that you wish to perform an animation and requests that the browser calls a specified function to update an animation before the next repaint. The method takes a callback as an argument to be invoked before the repaint.
3:10 PM
ブラウザだと多分これが良いんだと思う
3:10 PM
ああ、「回す」の
3:11 PM
ループを作る方法が問題ってこと。