javascript - Can anyone crack this Progess Bar? -
hey i'm using bootstrap progress bar simple animated model on website it's bit boring.
does know how make this?
i can't crack functions
http://fueled.com/rameet-chawla/
thank you
you can use css transition animate progress bar
transition: width 500ms cubic-bezier(0.84, -0.39, 0.38, 1.225);
here's example: http://codepen.io/katwhocodes/pen/kpvmqr
Comments
Post a Comment