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

objective c - Newbie question -multiple parameters -

iphone - Using nested NSDictionary with Picker -

php - accessing mysql using different server to which db connection data is located -