Function sauron::on_transitionend[][src]

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

attach an on_transitionend event to the html element