Standard Progress Bars
.progress
. Control the size of the progress bar with
.progress-xs
,
.progress-sm
,
.progress-lg
or leave as is for the default size.
Transitional Progress Bars
JS required This nifty animated progress bars run on CSS combined with javascript
You will simply need to add in the value
data-transitiongoal="25"
after the .progress-bar class
For right alignment add class
.progress .right
The default is left aligned.
Transitional Progress Bars continued...
Add an overlapping div to progress-bar with the base css of
.progress .vertical
-
25%
-
50%
-
75%
-
100%
Add an overlapping div to progress-bar with the base css of
.progress .vertical .bottom
-
25%
-
50%
-
75%
-
100%
Add an overlapping div to progress-bar with the base css of
.progress .vertical .wide-bar
-
25%
-
50%
-
75%
-
100%
Add an overlapping div to progress-bar with the base css of
.bottom .wide-bar
-
25%
-
50%
-
75%
-
100%
Default Progress Bars
Micro progress bar
.progress-micro
with
.bg-blue
Extra small progress bar
.progress-xs
with
.bg-blue
Small progress bar
.progress-sm
with
.bg-green-light
Default progress bar with
.bg-red-light
Large progress bar
.progress-lg
with
.bg-blue-light
Stripped Progress Bars
Sriped Progress bars made with CSS3 gradients, by adding the .progress-bar-striped class to the base class
Info! Please be aware that this will not work in archaic browsers such as IE9 80% Complete
Activate and animate a progress bar by adding the class .progress-bar-striped .progress-bar-animated
Dark progress bar with class .bg-darken
Stacking Progress Bars
Stack one progressbar on top of another by including all in one div.progress
