📅  最后修改于: 2022-03-11 15:04:06.709000             🧑  作者: Mango
Canceling requestAnimationFrame() #
If you assign your requestAnimationFrame() method to a variable, you can use the cancelAnimationFrame() method to cancel it before it runs. // Setup the animation var animation = window. requestAnimationFrame(function ()