cancelAnimationFrame
const cancelAnimationFrame
A polyfill for the window.cancelAnimationFrame() method. It cancels an animation executed through a call to the requestAnimationFrame() method.
PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
---|---|---|---|---|
key | Number | − The ID value returned through a call to the requestAnimationFrame() method. |
See: