css3 transition animation on load?

Is it possible to use CSS3 transition animation on page load without using Javascript?

This is kind of what I want, but on page load:

http://rilwis.googlecode.com/svn/trunk/demo/image-slider.html

What I found so far

  • CSS3 transition-delay, a way to delay effects on elements. Only works on hover.
  • CSS3 Keyframe, works on load but are extremly slow. Not useful because of that.
  • CSS3 transition is fast enough but don’t animate on page load.

13 Answers
13

Leave a Comment