vue 集成第三方动画库(animate.css)

要点: 

网站地址:https://animate.style/

使用步骤:

步骤一进行安装: 

步骤二:引入

由于不是js而是css所以不需要写成 import xxx from ‘xxx’ 这样 直接写import ‘xxx’

步骤三 配置使用第三方库

animate__animated animate__bounce

vue 集成第三方动画库(animate.css)_第1张图片 

 步骤四:添加第三方库中动画

使用两个配置属性 enter-active-class 和leave-active-class

点击复制到对应的属性中去

exit表示的为离开

vue 集成第三方动画库(animate.css)_第2张图片

 

 

vue 集成第三方动画库(animate.css)_第3张图片

 

 

你可能感兴趣的:(vue)