whchao5 / circle.process

https://xiansin.github.io/circle-process/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

circle.process

使用圆环来表示进度

效果:

使用方法

// 传入 canvas 对象 & 配置
 CircleProcess(document.getElementById("canvas"),{
    "percent": 40,
    "startSmallCircle":{"show": true}
 });

License

MIT © Zhou JianJia

完整配置项

About

https://xiansin.github.io/circle-process/

License:MIT License


Languages

Language:JavaScript 100.0%