Template:Mexico-UNAM-CINVESTAV-HEADER
From 2010.igem.org
(Difference between revisions)
Line 17: | Line 17: | ||
$("body").css("display", "none"); | $("body").css("display", "none"); | ||
- | $("body").fadeIn( | + | $("body").fadeIn(3000); |
$("a.transition").click(function(event){ | $("a.transition").click(function(event){ | ||
event.preventDefault(); | event.preventDefault(); | ||
linkLocation = this.href; | linkLocation = this.href; | ||
- | $("body").fadeOut( | + | $("body").fadeOut(3000, redirectPage); |
}); | }); | ||
function redirectPage() { | function redirectPage() { |
Revision as of 02:13, 3 September 2010