/circle.process

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

Primary LanguageJavaScriptMIT LicenseMIT

circle.process

使用圆环来表示进度

效果:

使用方法

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

License

MIT © Zhou JianJia

完整配置项