pub fn request_animation_frame<F>(callback_once: F) -> AnimationFrameExpand description
Calls browser’s requestAnimationFrame. It is cancelled when the handler is dropped.
pub fn request_animation_frame<F>(callback_once: F) -> AnimationFrameCalls browser’s requestAnimationFrame. It is cancelled when the handler is dropped.