当前位置:主页 > 网页前端 > JavaScript代码 >

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

时间:2021-08-10 09:25:35 | 栏目:JavaScript代码 | 点击:

本文介绍了动画插件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" rel="external nofollow" >
<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/

您可能感兴趣的文章:

相关文章