Simplest Javascript Fade Animation

[UPDATE: There's now a much better (shorter, cleaner, more modern) solution than using Javascript to fade elements in and out. Add a CSS3 transition property (tutorial here) to the elements you want to fade, then use Javascript only to set the opacity to the changed value. The transition will happen by itself. Although yes, the …

Continue reading Simplest Javascript Fade Animation