微信小程序进度条 progress组件

  • Post author:
  • Post category:小程序



完整

微信小程序(Java后端) 技术贴

目录清单页面(必看)

进度条。组件属性的长度单位默认为px,

2.4.0

起支持传入单位(rpx/px)。

属性 类型 默认值 必填 说明 最低版本
percent number 百分比0~100
1.0.0
show-info boolean false 在进度条右侧显示百分比
1.0.0
border-radius number/string 0 圆角大小
2.3.1
font-size number/string 16 右侧百分比字体大小
2.3.1
stroke-width number/string 6 进度条线的宽度
1.0.0
color string #09BB07 进度条颜色(请使用activeColor)
1.0.0
activeColor string #09BB07 已选择的进度条的颜色
1.0.0
backgroundColor string #EBEBEB 未选择的进度条的颜色
1.0.0
active boolean false 进度条从左往右的动画
1.0.0
active-mode string backwards backwards: 动画从头播;forwards:动画从上次结束点接着播
1.7.0
duration number 30 进度增加1%所需毫秒数
2.8.2
bindactiveend eventhandle 动画完成事件
2.4.1


示例代码


在开发者工具中预览效果

index.wxml

<progress percent="20" show-info />
<progress percent="40" stroke-width="12" />
<progress percent="60" color="pink" />
<progress percent="80" active />

[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-x0BIYxGK-1621996280517)(image-20210526093328098.png)]

微信搜一搜【java1234】关注这个放荡不羁的程序员,关注后回复【资料】有我准备的一线大厂笔试面试资料以及简历模板。