Template:Kyoto/js

From 2014.igem.org

(Difference between revisions)
(Undo revision 112422 by Mitsuaki (talk))
Line 8: Line 8:
function MouseOnTopDMS() {
function MouseOnTopDMS() {
-
    $("#top-dms-content").stop()
 
     $("#top-dms-content").fadeIn("normal");
     $("#top-dms-content").fadeIn("normal");
}
}
function MouseOffTopDMS() {
function MouseOffTopDMS() {
-
    $("#top-dms-content").stop()
 
     $("#top-magnet-content").fadeOut("fast");
     $("#top-magnet-content").fadeOut("fast");
}
}

Revision as of 03:04, 11 September 2014