[][src]Function mogwai::utils::request_animation_frame

pub fn request_animation_frame<F>(logic: F) where
    F: FnMut() -> bool + 'static,