void cancel(Window window)

Cancels the animation-frame request.

A call to Window.cancelAnimationFrame with an id argument equal to id forwards the request to this function.

Zones that intercept animation-frame requests implement this method so that they can react to cancelation requests.

Source

void cancel(Window window);