动画插件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/


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM