Template:Mexico-UNAM-CINVESTAV-HEADER

From 2010.igem.org

(Difference between revisions)
Line 5: Line 5:
$("body").css("display", "none");
$("body").css("display", "none");
-
         $("body").fadeIn(3000);
+
         $("body").fadeIn(500);
   $("a.transition").click(function(event){
   $("a.transition").click(function(event){
event.preventDefault();
event.preventDefault();
linkLocation = this.href;
linkLocation = this.href;
-
$("body").fadeOut(3000, redirectPage);
+
$("body").fadeOut(500, redirectPage);
});
});
function redirectPage() {
function redirectPage() {

Revision as of 02:17, 3 September 2010