I have a progress bar on my page with three parts: progress-bar-success
, progress-bar-warning
, and progress-bar-danger
. I would like each part of the progress bar to complete sequentially, starting with progress-bar-success
, then progress-bar-warning
, and finally progress-bar-danger
.
I am having trouble identifying what is causing the incorrect behavior in my code.
You can find my code here: JSFIDDLE
Any suggestions on how I can resolve this issue?
EDIT:
I would like the style of each progress bar to be similar to this example: bootply