logo
pub fn on_scroll<F, MSG>(
    f: F
) -> Attribute<&'static str, &'static str, AttributeValue<MSG>> where
    F: 'static + Fn((i32, i32)) -> MSG,
    MSG: 'static, 
Expand description

attach callback to the scroll event