animate.css 动画操作
Dom元素执行一次动画结束后调用:
element.one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', function(){
$(this).removeClass("animated *****");
Dom元素执行一次动画结束后调用:
element.one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', function(){
$(this).removeClass("animated *****");