[][src]Function sauron::on_transitionend

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

attach an on_transitionend event to the html element