动画插件wow.js的使用方法

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>

3,观察你需要的效果
http://daneden.github.io/animate.css/

4,在需要动画的标签上添加,wow 和 你的动画元素

5, wow.js 源码网址: http://www.bootcdn.cn/wow/