How to use jQuery (or anything else) to make items fade in on page load?
Is there a quick and easy way to make DIVs (all of them, across the website) fade into view after loading instead of just appearing? Something super-quick that won't slow down the user experience any; to demonstrate that some additional effort was put in. I'm already linking to jQuery, so that's available as a resource.
Whether everything fades in at once, or in the order the browser reads them, doesn't matter to me. The latter is probably prettier to watch unfold (at least compared to your average website rendering itself).
PS: I wrote 'DIVs' but would be just as content if it applied to everything, including images or other items not contained in DIVs. I just want it to affect AT LEAST the DIVs. ![]()
EDIT: Will settle for a fade-out / fade-in during page transitions (including the original page load) if that's easier, but I doubt it is.
