美文网首页
vue 002 自定义标签 自定义指令 动态class styl

vue 002 自定义标签 自定义指令 动态class styl

作者: 苏少冬 | 来源:发表于2019-08-05 19:14 被阅读0次

    过渡动画标签<transition> </transition> 结合 animate.css

    • <transition> </transition> : 使用改标签包裹的标签可以设置一些过渡效果
      配合 animate.css使用
      <transition enter-active-class='animated bounceInLeft' leave-active-class='animated bounceOutRight'>

    动态操作class 、 style

    • :class
    • :style

    相关文章

      网友评论

          本文标题:vue 002 自定义标签 自定义指令 动态class styl

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