标签: jquery animate.css
我正在使用animate.css并尝试检测动画结束函数
animate.css
$('bitinput').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animation end', alert('hello'));
但即使在动画开始之前也会弹出警告消息。什么似乎是问题?
更新
这是我的plunk