progress-indicator icon indicating copy to clipboard operation
progress-indicator copied to clipboard

仿阮一峰老师的《ECMAScript 6 入门》的顶部进度条

Results 3 progress-indicator issues
Sort by recently updated
recently updated
newest added

当多次添加同个事件,会触发多次 ```js var fn = function(){ console.log('恭喜您已经阅读完毕') } progressBar.once("end", fn) progressBar.once("end", fn) progressBar.once("end", fn) progressBar.once("end", fn) ```

满足更多的场景,新增移除进度条事件 ```js progressBar.removeProgress(function() { console.log('移除成功') }) ```

冴老师要不要写个css系列?感觉css有点乱