I am trying to achieve a loading effect on the page load by CSS3 width transition. Here is the demo.
HTML
Add the class throught javascript:
$(".skill-bar span").addClass("w70");
See fiddle here.