Can anyone crack this Progess Bar?

86 Views Asked by At

Hey I'm using a bootstrap progress bar simple animated model on my website but it's a bit boring.

Does anyone know how to make it look like this?

I can't crack the functions

http://fueled.com/rameet-chawla/

Thank you

1

There are 1 best solutions below

3
On

You can use css transition to animate the progress bar

transition: width 500ms cubic-bezier(0.84, -0.39, 0.38, 1.225);

Here's the example: http://codepen.io/katwhocodes/pen/KpvmQR