$(document.body).on('webkitAnimationEnd', function () {
$("#large_img").removeClass("animated bounceInRight").removeClass("animated bounceInLeft");
});
用这样也可以
$("#large_img").removeClass("animated bounceInRight").removeClass("animated bounceInLeft");
});
用这样也可以
2016-01-26