From 489f4b720729e051aca82e0a6c7340c48a109108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=A4=A9=E7=BF=94?= <41135343@qq.com> Date: Tue, 24 May 2022 07:47:40 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/component/progress.md.=20:active?= =?UTF-8?q?=3D"true"=20=E7=9A=84=E6=97=B6=E5=80=99=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E4=BB=8E=E5=8F=B3=E5=88=B0=E5=B7=A6=EF=BC=8C=E8=80=8C=E6=98=AF?= =?UTF-8?q?=E4=B8=8D=E6=96=AD=E7=9A=84=E5=9C=A8=E5=B7=A6=E4=BE=A7=E6=8A=96?= =?UTF-8?q?=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/progress.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/component/progress.md b/docs/component/progress.md index f150188ff..27ed6174c 100644 --- a/docs/component/progress.md +++ b/docs/component/progress.md @@ -11,8 +11,7 @@ |font-size|Number/String|16|右侧百分比字体大小|app-nvue、微信基础库2.3.1+、QQ小程序、京东小程序| |stroke-width |Number |6 |进度条线的宽度,单位px | | |activeColor |Color |#09BB07(百度为#E6E6E6) |已选择的进度条的颜色 | | -|backgroundColor|Color |#EBEBEB |未选择的进度条的颜色 | | -|active |Boolean |false |进度条从左往右的动画 | | +|backgroundColor|Color |#EBEBEB |未选择的进度条的颜色 | | | | |active-mode |String |backwards |backwards: 动画从头播;forwards:动画从上次结束点接着播|App、H5、微信小程序、QQ小程序、快手小程序、京东小程序 | |duration|Number|30|进度增加1%所需毫秒数|App-nvue2.6.1+、微信基础库2.8.2+、H5 3.1.11+、App-Vue 3.1.11+、快手小程序、京东小程序| |@activeend |EventHandle| |动画完成事件 |微信小程序、京东小程序 | @@ -21,8 +20,8 @@ 以下示例代码,来自于[hello uni-app项目](https://github.com/dcloudio/hello-uniapp),推荐使用HBuilderX,新建uni-app项目,选择hello uni-app模板,可直接体验完整示例。 -:::preview https://hellouniapp.dcloud.net.cn/pages/component/progress/progress - +:::preview https://hellouniapp.dcloud.net.cn/pages/component/progress/progress + > Template ```vue -- Gitee