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
Post a Comment