pub fn request_animation_frame<F>(f: F) -> Result<AnimationFrameHandle, JsValue>where
F: FnMut() + 'static,
Expand description
utility function which a closure in request animation frame
pub fn request_animation_frame<F>(f: F) -> Result<AnimationFrameHandle, JsValue>where
F: FnMut() + 'static,
utility function which a closure in request animation frame