minddust / bootstrap-progressbar

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

Progress bar reverse/reset #16

Closed petrc closed 10 years ago

petrc commented 11 years ago

After the progress bar animation is done, I need to reset it to zero.

I do this with: $('.progress-bar').width(0);

The animation reverses but the percentage stays 100%

minddust commented 10 years ago

it's not the width you have to change - it's aria-valuetransitiongoal.

by setting a new value and calling .progressbar() again the animation and value will change.

take a look at the demo page - section multitrigger

http://www.minddust.com/bootstrap-progressbar/bootstrap-3.0.0-rc2.html#m-multi-trigger-0