progress元件:進度條
progress元件的屬性:
percent:型別:number 設定百分比 (0~100)
show-info:型別:布林 在進度條右側顯示百分比
border-radius:型別:number 圓角大小
font-size:型別:number 右側百分比字型大小
stroke-width:型別:number 進度條線的寬度
activecolor:型別:string 已選擇的進度條的顏色
backgroundcolor:型別:string 未選擇進度條的顏色
active:型別:布林 進度條從左往右的動畫
屬性值:
forwards:動畫從上次結束點接著播
事件:bindlactiveend:動畫完成事件
progress 進度條元件說明
原型 progress percent float 0 100 show info boolean border radius number string font size number string stroke width number activecolor color background...
progress 進度條元件說明
原型 progress percent float 0 100 show info boolean border radius number string font size number string stroke width number activecolor color background...
自定義Progress進度條
1 邊界引數 widthmeasurespec和heightmeasurespec,效率的原因以整數的形式傳入。在它們使用之前,首先要做的是使用measurespec類的靜態方法getmode和getsize來解釋。2 specmode有三種 measurespec.exactly 邊界已經確定,m...