Function sauron::on_animationend

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

attach an on_animationend event to the html element