animate.css动效库在vue项目中的使用

  • 安装
yarn add animate.css --save
  • 引入
    main.js:
import animated from 'animate.css'
Vue.use(animated)

-使用
直接在标签的类名中使用, 注意!一定要有 animated这个类名动画才会生效!

<div animate="animated rubberBand"></div>
posted @ 2019-11-07 10:45  zoo-x  阅读(309)  评论(0)    收藏  举报