percentage
Type: int
Default: null
Defines the progressbar progress percentage.
ShowProgressCount
Type: boolean
Default: true
Defines whather you want to show percent counter or not.
animation
Type: boolean
Default: true
Make false
to disable the animation progress of the progressbar
unit
Type: string
Default: %
Write the unit what you want to show as your unit like kg
or times
duration
Type: int
or string
Default: 1000
Specifies the speed of the progressing. Default value is 1000 milliseconds.
Possible values:
- milliseconds (like 100, 1000, 5000, etc)
- “slow”
- “fast”
fillBackgroundColor
Type: string
Default: '#3498db'
Defines progressbar fill background color.
backgroundColor
Type: string
Default: '#EEEEEE'
Defines progressbar background color.
radius
Type: string
Default: '0px'
Defines progressbar radiusness.
height
Type: string
Default: '10px'
Defines progressbar height.
width
Type: string
Default: '100%'
Defines progressbar width.