Template:Kyoto/js

From 2014.igem.org

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

Revision as of 02:33, 11 September 2014