loading ring裡面有兩個ui control
1. svg的image
2. timer計時器
使用timer的計時功能來幫助image中改變值,從而達到loading ring 的效果
ring color
loading ring的顏色,
default值:
"segmentcolor#0000ff
"
loading ring的底色,
default 值:
#d2d3d4counting time
計算的秒數, 按毫秒計算
default值:
10000is repeat
是否重複載入loading ring
default值:
falsecomponent width
當前loading ring component的大小, 同樣這個width會控制loading ring的大小
default 值:
500is start
控制timer中的start.
default 值:
控制timer中的reset.
default 值:
用來控制loading ring的 圓寬
default值:
3其中"is start" 和 "is reset" 會觸發onset
在onset中, 會設定乙個variable "variscomplete".
is completed
用來通知當前loading ring是否結束
defineProtocol 使用文件
在defineprotocol中instancemethods引數輸入協議內例項方法的字典,以方法名為key,value也是乙個字典,是例項方法的資訊 在defineprotocol中classmethods引數輸入協議內類方法的字典,以方法名為key,value也是乙個字典,是類方法的資訊 h i...
Orange 使用文件
歡迎使用orange,使用過程中如碰到問題,請到github進行提問。關於orange的公開分享請參看openresty con 2016。orange是乙個基於openresty的api gateway,提供api及自定義規則的監控和管理,如訪問統計 流量切分 api重定向 api鑑權 web防火...
ansible使用文件
假設a機器上安裝ansible yum install ansible vim etc ansible hosts 對每個主機加key認證 ssh copy id i ssh id rsa.pub root b ip ansible all m ping 乙個playbook檔案可以引入其他的yml...