When I open the collapsed container that my Bootstrap progress bar is in, I'd like to have the progress bar grow to its actual percentage in a sort of quick animation, to add a nice effect to the app I'm working on.
The progress bar uses a % width to show the progress, I want that width to grow from 0 to its destined percentage. I plan to set a click event on the collapse toggle which will handle that, and have an event fire every x milliseconds until it reaches the destined percentage once the collapse toggle it clicked to show the contents of the container.