Reputation: 11652
I would like to increase the width of a bar with a CSS transition but don't like to trigger it with a hover event ( like http://jsfiddle.net/TFHn9/ )
I just would like to have an instant animation (when the page loads) - without Javascript of course.
Any chance to achieve that?
Upvotes: 4
Views: 5537
Reputation: 25435
Css3 keyframes: http://coding.smashingmagazine.com/2011/05/17/an-introduction-to-css3-keyframe-animations/
Upvotes: 2