SmoothProgressBar
Classes
Functions
ProgressBarView
Kind: global class
new ProgressBarView([model], [classList], [displayLabel], [displayLabelType], [displayTipMarker], [process])
Param | Type |
---|---|
[model] | Array.<number> | BoundedValue |
[classList] | Array.<string> |
[displayLabel] | boolean |
[displayLabelType] | string |
[displayTipMarker] | boolean |
[process] | function |
progressBarView.__el_fill : HTMLElement
Kind: instance property of ProgressBarView
makeTextPercentage(value, max, process) ⇒ string
Kind: global function
Param | Type |
---|---|
value | number |
max | number |
process | function |
makeTextAbsolute(value, max, process) ⇒ string
Kind: global function
Param | Type |
---|---|
value | number |
max | number |
process | function |