animate.css 动画的使用

$('#animatedClose').removeClass().addClass('fadeInDownBig animated').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', function () {
$("#animatedClose").removeClass('fadeInDownBig animated');
});
one动画执行完的回调
posted @ 2019-03-21 11:07  javahcke  阅读(159)  评论(0编辑  收藏  举报