Function sauron::prelude::on_transitionend

source ·
pub fn on_transitionend<CB, MSG>(cb: CB) -> Attribute<MSG>
where CB: FnMut(TransitionEvent) -> MSG + 'static, MSG: 'static,
Expand description

attach an on_transitionend event to the html element