vue使用animate

 cnpm install animate.css --save//

在main.js中引入

import animate from 'animate.css'
Vue.use(animate)
//使用  注意class
<div class="animated bounceInDown slow">
    animate
   </div>

官网地址:https://daneden.github.io/animate.css/

发布了43 篇原创文章 · 获赞 4 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/darkCloudss/article/details/103347707