欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

前端特效——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跳动效果

动态效果实例:https://daneden.github.io/animate.css/

相关标签: css特效