码迷,mamicode.com
首页 > 其他好文 > 详细

vue中使用animate动画库

时间:2021-04-10 12:54:36      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:imp   文件中   nbsp   save   mat   down   引入   css   div   

1.安装

npm install animate.css@3.7.2 --save

2.引入

main.js中:

import animated from ‘animate.css‘ 
Vue.use(animated)
 
3.使用
vue文件中:
<!-- 直接使用animated中的动画class名,注意:必须使用animated这个class名,否则动画会无效 -->
<div class="box animated bounceInDown"></div>

 

vue中使用animate动画库

标签:imp   文件中   nbsp   save   mat   down   引入   css   div   

原文地址:https://www.cnblogs.com/150536FBB/p/14636963.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!