Expand description
Crate that provides wrapper for requestAnimationFrame
Structs§
- Animation
Frame - Handle for
request_animation_frame
.
Functions§
- request_
animation_ frame - Calls browser’s
requestAnimationFrame
. It is cancelled when the handler is dropped.