Created
January 14, 2014 06:05
-
-
Save DeanPoulin/8413806 to your computer and use it in GitHub Desktop.
Animated Progress Bars
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="progress progress-striped active"> | |
| <div class="progress-bar" role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 45%"> | |
| <span class="sr-only">45% Complete</span> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment