This module exposes a polyfilled requestAnimationFrame function.
requestAnimationFrame_ :: forall a eff. Window -> Eff (dom :: DOM | eff) a -> Eff (dom :: DOM | eff) UnitRequest the specified action be called on the next animation frame, specifying the Window object.
requestAnimationFrame :: forall a eff. Eff (dom :: DOM | eff) a -> Eff (dom :: DOM | eff) UnitRequest the specified action be called on the next animation frame.