Possible Duplicate:
css3 transition animation on load?
I would like to animate the progress bar on the page load from 0% to say 60%.Please find my fiddle below. I tried with css transition property, Couldn't achieve it.
http://jsfiddle.net/meetravi/5zJPr/2/
I have already achieved it using Jquery. Please find the fiddle below. http://jsfiddle.net/meetravi/5zJPr/3/
I would like to know if it could be possible using CSS3 solution only? If Not CSS3 animation can't be possible on page load ? Could some one clearly explain why CSS forces to wait for an event in the page say hover or click for the animation to happen rather make it work on page load?
Thanks