Method: Browser::AnimationFrame#request

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

#requestObject

Request the animation frame.

Raises:

  • (NotImplementedError)


49
50
51
# File 'opal/browser/animation_frame.rb', line 49

def request(block)
  `#@native.requestAnimationFrame(#{block.to_n})`
end