Return to Snippet

Revision: 18363
at September 29, 2009 06:58 by svenito


Initial Code
// Fade out after 3000ms. Fade over 1000ms
$("#myElementId").show().animate({opacity: 1.0}, 3000).fadeOut(1000);

Initial URL


Initial Description
Shows the given element and fades it out after a given period

Initial Title
Show an element for x seconds then fade out

Initial Tags


Initial Language
jQuery