解决方法
将适当的事件绑定到元素,例如
el.addEventListener("animationstart",function() {},false); el.addEventListener("animationend",false); el.addEventListener("animationiteration",false);
https://developer.mozilla.org/en-US/docs/CSS/Tutorials/Using_CSS_animations#Using_animation_events
注意:您可能还需要添加适当的前缀事件,例如: webkitAnimationEnd