标签:anim 动画效果 targe 旋转 链接 hub -- span blank
官网:https://daneden.github.io/animate.css
github:https://github.com/daneden/animate.css
WOW.js可以在页面向下滚动的过程中播放这些动画效果,还可以为动画设置喜欢的风格、延迟、长度、偏移和迭代等。
官网:http://mynameismatthieu.com/WOW
github:https://github.com/matthieua/WOW
在webpack中使用也很简单,按如下步骤操作即可:
1.首先使用npm安装wowjs
npm install wowjs --save-dev
animate.css会自动安装。
2.在js文件中添加如下代码
import ‘animate.css‘ import {WOW} from ‘wowjs‘; new WOW({live: false}).init();
简书安装链接 https://www.jianshu.com/p/d715831505ce
标签:anim 动画效果 targe 旋转 链接 hub -- span blank
原文地址:https://www.cnblogs.com/wangshengli520/p/10075660.html