minddust / bootstrap-progressbar

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

Change color of the progress bar at runtime in a transition #59

Open Lehren opened 7 years ago

Lehren commented 7 years ago

I would like to change the color of the progress bar at runtime with a transition. For example changing the color from 'progress-bar-success' to 'progress-bar-warning' or even a custom defined color. Currently it's only possible to abruptly change the color by changing the background or setting the class.

A suggestion on a smooth transition on a color change would be welcome.