装饰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 | 否 |