$(‘#animatedClose‘).removeClass().addClass(‘fadeInDownBig animated‘).one(‘webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend‘, function () {
$("#animatedClose").removeClass(‘fadeInDownBig animated‘);
});
one动画执行完的回调
原文:https://www.cnblogs.com/tomyangym/p/10570233.html