minddust/bootstrap-progressbar

Progress bar reverse/reset

petrc opened this issue · 1 comments

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%

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