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

pub fn on_transitionend<CB, MSG>(cb: CB) -> Attribute<MSG> where
    CB: Fn(TransitionEvent) -> MSG + 'static,
    MSG: 'static, 

attach an on_transitionend event to the html element