Template:Kyoto/js
From 2014.igem.org
(Difference between revisions)
Line 8: | Line 8: | ||
function MouseOnTopDMS() { | function MouseOnTopDMS() { | ||
- | $("#top-dms-content").fadeIn(" | + | $("#top-dms-content").fadeIn("normal"); |
} | } | ||
function MouseOffTopDMS() { | function MouseOffTopDMS() { | ||
- | $("#top-dms-content").fadeOut(" | + | $("#top-dms-content").fadeOut("normal"); |
} | } | ||
function MouseOnTopMagnet() { | function MouseOnTopMagnet() { | ||
- | $("#top-magnet-content").fadeIn(" | + | $("#top-magnet-content").fadeIn("normal"); |
} | } | ||
function MouseOffTopMagnet() { | function MouseOffTopMagnet() { | ||
- | $("#top-magnet-content").fadeOut(" | + | $("#top-magnet-content").fadeOut("normal"); |
} | } | ||
Revision as of 08:01, 10 September 2014