minddust / bootstrap-progressbar

progressbar interactions for twitter bootstrap 2 & 3
www.minddust.com/project/bootstrap-progressbar
MIT License
577 stars 160 forks source link

Stacked progressbars #36

Open topherreynoso opened 10 years ago

topherreynoso commented 10 years ago

Love the work you've done here, making it easy for me to animate but am I missing something? This is just rendering the progress bars each starting at 0 so one always covers another instead of actually stacking them as expected.

<div class="progress">
  <div class="bar bar-success" aria-valuetransitiongoal="10"></div>
  <div class="bar bar-warning" aria-valuetransitiongoal="10"></div>
</div>

$('.bar').progressbar();