更新时间:2020-08-26 09:24:02
引用js,css
1 2 3 | < script src = "format-progress-bar.js" ></ script > < link rel = "stylesheet" href = "styles.css" > |
html
1 | < div id = "id1" ></ div > |
js
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | var formatdmm1 = formatdmm.load({ container: 'id1' , //容器 containerWid: '800' , //容器宽度px containerHeg: '30' , //容器高度px startColor: '#73EE22' , //开始颜色ec9089 endColor: '#73EE22' , //结束颜色 countNum: 100, //分隔数 itemColor: '#ddd' , maxNumerical: 100, direction: 'transverse' , //排列方向transverse 横向 ,portrait 纵向 duration: 500, //每次渲染时长 callback: function (num) { $( "#textspan" ).html(num); } //回调函数,将当前进度传出 }); |
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com