pub fn request_animation_frame(
f: Closure<dyn FnMut(RequestAnimationFrameTime)>,
) -> RequestAnimationFrameHandle
👎Deprecated since 0.8.0: use
Orders::after_next_render
insteadExpand description
Request the animation frame.