美文网首页
animate.css不生效

animate.css不生效

作者: 小蜗牛的碎碎步 | 来源:发表于2020-07-13 16:08 被阅读0次
问题描述
npm i animate.css -S // 安装最新版的animate.css(4.1.0)

按照vue官网添加动画并未成功

<transition
        enter-active-class="animated tada"
        leave-active-class="animated bounceOutRight"
      >
        <div v-show="isShow" style="margin-top:20px;" class="test">测试</div>
      </transition>
产生原因

animate.css版本问题,官网上使用的版本为3.5.1,换成3.5.1版本动画添加成功


Xnip2020-07-13_16-00-26.jpg

相关文章

网友评论

      本文标题:animate.css不生效

      本文链接:https://www.haomeiwen.com/subject/xeoacktx.html