咏竹莉
where there is a will,there is a way

地址: https://animate.style/

安装:

npm install animate.css --save

 

引入:

在main.js 中引入:

import animate from 'animate.css'
Vue.use(animate)

 

使用:

 
    <transition
      enter-active-class="animate__animated animate__fadeInLeft"
      leave-active-class="animate__animated animate__fadeOutLeft"
    >
      <h1 v-show="visible">Animate.css</h1>
    </transition>

 

posted on 2021-09-17 17:27  咏竹莉  阅读(159)  评论(0)    收藏  举报