animate.css动效库在vue项目中的使用
- 安装
yarn add animate.css --save
- 引入
main.js:
import animated from 'animate.css'
Vue.use(animated)
-使用
直接在标签的类名中使用, 注意!一定要有 animated这个类名动画才会生效!
<div animate="animated rubberBand"></div>
yarn add animate.css --save
import animated from 'animate.css'
Vue.use(animated)
-使用
直接在标签的类名中使用, 注意!一定要有 animated这个类名动画才会生效!
<div animate="animated rubberBand"></div>