前端特效——animate.css
程序员文章站
2024-03-25 14:26:46
...
链接:https://pan.baidu.com/s/19ed9MljW52RRuc5PTQg3Sg
提取码:dg23
$('.类名').hover(function(){
$(this).children('img').addClass('animated bounce')
},function(){
$(this).children('img').removeClass('animated bounce')
});
当前效果为鼠标图片或div跳动效果