cancelAnimationFrame method
The window.cancelAnimationFrame()
method cancels an
animation frame request previously scheduled through a call to
window.requestAnimationFrame
.
Implementation
external void cancelAnimationFrame(int handle);
The window.cancelAnimationFrame()
method cancels an
animation frame request previously scheduled through a call to
window.requestAnimationFrame
.
external void cancelAnimationFrame(int handle);