behavior:progress
2024-07-18 16:14:19
behavior:progress
进度指示器的行为。
Elements
默认情况下应用了以下行为:
<progress>
;<meter>
;
Attributes
max=float
- 最大值,默认为 1.0;value=float
- 进度值,0.0 ... max
范围内的十进制数。name="name"
- 标准属性名称 - 元素的名称。
如果元素没有定义最大值和值属性,则会使用无限动画渲染它。
Events
N/A - 没有特定事件。
Value
float
, 0.0 ... max
范围内的进度值。
Methods
N/A - behavior:progress 不引入任何特定方法。