animate.css 动画的使用
$('#animatedClose').removeClass().addClass('fadeInDownBig animated').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', function () {
$("#animatedClose").removeClass('fadeInDownBig animated');
});
one动画执行完的回调