css - Animate opacity of an element on page-load using CSS3 -


using css 3, possible animate opacity of element 0 1 when page containing element has been loaded? possibly delay of 1 2 seconds...

css has no idea load event. should take @ combination of jquery , css3.

or, since adding js anyway, why not animate whole thing in js? give better cross-browser solution in opinion.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -