Crate gloo_render

Source
Expand description

Crate that provides wrapper for requestAnimationFrame

Structs§

AnimationFrame
Handle for request_animation_frame.

Functions§

request_animation_frame
Calls browser’s requestAnimationFrame. It is cancelled when the handler is dropped.