Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
Created January 14, 2014 06:05
Show Gist options
  • Select an option

  • Save DeanPoulin/8413806 to your computer and use it in GitHub Desktop.

Select an option

Save DeanPoulin/8413806 to your computer and use it in GitHub Desktop.
Animated Progress Bars
<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