[][src]Function sauron_core::dom::events::on_scroll

pub fn on_scroll<F, MSG>(f: F) -> Attribute<MSG> where
    F: Fn((i32, i32)) -> MSG + 'static,
    MSG: 'static, 

attach callback to the scroll event