cancelAnimationFrame method

void cancelAnimationFrame(
  1. int handle
)

The window.cancelAnimationFrame() method cancels an animation frame request previously scheduled through a call to window.requestAnimationFrame.

Implementation

external void cancelAnimationFrame(int handle);