Template:Kyoto/js

From 2014.igem.org

(Difference between revisions)
Line 7: Line 7:
}
}
-
function HoverFade() {
+
function MouseOnTopDMS() {
-
     $("top-content-dms").stop()
+
     $("#top-dms-content").stop()
-
     $("top-content-dms").fadeTo("normal", 1);
+
     $("#top-dms-content").fadeIn("normal");
 +
}
 +
 
 +
function MouseOffTopDMS() {
 +
    $("#top-dms-content").stop()
 +
    $("#top-magnet-content").fadeOut("fast");
}
}

Revision as of 02:48, 11 September 2014