Method: Browser::AnimationFrame#cancel

Defined in:
opal/browser/animation_frame.rb,
opal/browser/animation_frame.rb,
opal/browser/animation_frame.rb,
opal/browser/animation_frame.rb,
opal/browser/animation_frame.rb,
opal/browser/animation_frame.rb,
opal/browser/animation_frame.rb,
opal/browser/animation_frame.rb,
opal/browser/animation_frame.rb,
opal/browser/animation_frame.rb

#cancelObject

Cancel the animation frame request.

Raises:

  • (NotImplementedError)


92
93
94
# File 'opal/browser/animation_frame.rb', line 92

def cancel
  `#@native.cancelAnimationFrame(#@id)`
end