1.从哪里下载插件?
animate.css 下载地址: http://daneden.github.io/animate.css/
wow.min.js 下载地址: http://www.downyi.com/downinfo/37040.html#address

  2.如何使用?

  <link rel="stylesheet" href="css/animate.css">

<script src="js/wow.min.js"></script>

<script>
   new WOW().init();
</script>
a)哪里想使用动画就是那里的类加 class="wow + animate"
wow.js具体的参数:
data-wow-duration="2s"//动画持续时间
data-wow-delay="2s"//动画延迟执行时间
data-wow-offset="2"//距可视区多远开始执行动画
data-wow-iteration="2"//动画执行的次数
3.查看动画样式的地址:
http://daneden.github.io/animate.css/
4.wow.js 源码网址: http://www.bootcdn.cn/wow/
1.从哪里下载插件?
animate.css 下载地址: http://daneden.github.io/animate.css/
wow.min.js 下载地址: http://www.downyi.com/downinfo/37040.html#address

  2.如何使用?

  <link rel="stylesheet" href="css/animate.css">

<script src="js/wow.min.js"></script>

<script>
   new WOW().init();
</script>
a)哪里想使用动画就是那里的类加 class="wow + animate"
wow.js具体的参数:
data-wow-duration="2s"//动画持续时间
data-wow-delay="2s"//动画延迟执行时间
data-wow-offset="2"//距可视区多远开始执行动画
data-wow-iteration="2"//动画执行的次数
3.查看动画样式的地址:
http://daneden.github.io/animate.css/
4.wow.js 源码网址: http://www.bootcdn.cn/wow/

相关文章:

  • 2021-06-30
  • 2022-02-23
  • 2021-08-20
  • 2021-09-05
  • 2021-09-21
  • 2021-07-24
猜你喜欢
  • 2021-09-15
  • 2021-11-29
  • 2021-12-26
  • 2022-12-23
  • 2021-05-30
  • 2021-09-14
  • 2021-07-03
相关资源
相似解决方案