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

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

attach an on_animationend event to the html element