macro_rules! request_animation_frame {
    ($anim_body:block) => { ... };
}