Skip to content

装饰2

装饰2组件

基础用法

查看代码
vue
<template>
  <div w50rem h18rem flex justify-center items-center bg-dark>
    <dv-decoration2 :dur="2" style="width:200px;height:5px;" />
  </div>
  <div text-2xl pt10>
    dv-decoration2(reverse)
  </div>
  <div small-bg>
    <dv-decoration2 :reverse="true" style="width:5px;height:150px;" />
  </div>
</template>

属性

参数说明类型可选值默认值是否必填
dur单次动画时长(秒)Number-6
reverse是否反转Boolean-false