可以不监听事件webkitAnimationEnd事件直接在loadImg函数中先去除class再添加class吗?
如:
loadImg(cid,function(){
wImage.removeClass().addClass('animated bounceInRight');
})为什么这样动画不成功呢?
如:
loadImg(cid,function(){
wImage.removeClass().addClass('animated bounceInRight');
})为什么这样动画不成功呢?
2015-09-30
举报