vue-transition

动画
需要下载animated.css文件并引入
命令 $brower install animated.css(备注:brower为纯前端的下载资源的管理工具)
<transition enter-active-class="animated zoomInLeft" leave-active-class='animated zoomOutRight' >
<p v-bind:key=""></p>
<p v-bind:key=""></p><!--备注:多个元素运动是必须添加key,单个元素运动不需要绑定key 且注意;运动的元素必须包含在transition标签中-->
</transition>
posted @ 2018-06-08 09:49  luoye7121  阅读(117)  评论(0编辑  收藏  举报