码迷,mamicode.com
首页 > Web开发 > 详细

vue2+animate.css

时间:2017-09-26 14:50:28      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:pre   减法   add   temp   template   button   box   加法   animate   

下载animate.css并引入项目,

import ‘./css/animate.css‘
使用:
<template>
  <div class="box">
    <transition enter-active-class="animated fadeInLeft" leave-active-class="animated fadeOutRight">
      <button @click="decrease" v-show="home.count>0" class="decrease">我是减法</button>
    </transition>
    <div class="num" > {{home.count}} </div>
    <button @click="add" >我是加法</button><br><br>
  </div>
</template>

vue2+animate.css

标签:pre   减法   add   temp   template   button   box   加法   animate   

原文地址:http://www.cnblogs.com/cina33blogs/p/7596523.html

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