1 Star 0 Fork 50

zd86 / avue-doc

forked from smallwei / avue-doc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
queue.md 648 Bytes
一键复制 编辑 原始数据 按行查看 历史
smallwei 提交于 2020-07-28 10:41 . v2.6.14
<script> export default { } </script>

入场动画

<!-- 导入动画需要的包 -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css" />

普通用法

:::demo enter为入场动画的名称(参考animate官网 https://daneden.github.io/animate.css),`delay`为延迟时间

<avue-queue>
  <div style="width:100px;height:100px;background-color:#409eff;margin-bottom:10px;"></div>
</avue-queue>
<avue-queue enter="fadeInRight">
  <div style="width:100px;height:100px;background-color:#409eff"></div>
</avue-queue>
<script>
export default {

}
</script>

:::

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/86zhangdong/avue-doc.git
git@gitee.com:86zhangdong/avue-doc.git
86zhangdong
avue-doc
avue-doc
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891