Skip to main content

SmoothProgressBar

Classes

ProgressBarView

Functions

makeTextPercentage(value, max, process)string
makeTextAbsolute(value, max, process)string

ProgressBarView

Kind: global class

new ProgressBarView([model], [classList], [displayLabel], [displayLabelType], [displayTipMarker], [process])

ParamType
[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

ParamType
valuenumber
maxnumber
processfunction

makeTextAbsolute(value, max, process) ⇒ string

Kind: global function

ParamType
valuenumber
maxnumber
processfunction