$(‘#animationSandbox‘).removeClass().addClass(x + ‘ animated‘).one(‘webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend‘, function(){ $(this).removeClass(); });
动画结束后执行
原文:https://www.cnblogs.com/chenjacky/p/10258443.html