Team:HKUST-Hong Kong
From 2012.igem.org
(Difference between revisions)
Line 44: | Line 44: | ||
}); | }); | ||
$('#menubar').mouseover(function(){ | $('#menubar').mouseover(function(){ | ||
- | $('#menubar').stop().animate({top:"0px"}, | + | $('#menubar').stop().animate({top:"0px"},500); |
}); | }); | ||
$('#menubar').mouseleave(function(){ | $('#menubar').mouseleave(function(){ | ||
- | $('#menubar').stop().animate({top:"-40px"}, | + | $('#menubar').stop().animate({top:"-40px"},500); |
}); | }); | ||
$('#menubar.right-menu').mouseover(function(){ | $('#menubar.right-menu').mouseover(function(){ | ||
- | $('#menubar.right-menu').stop().animate({top:"0px"}, | + | $('#menubar.right-menu').stop().animate({top:"0px"},500); |
}); | }); | ||
$('#menubar.right-menu').mouseleave(function(){ | $('#menubar.right-menu').mouseleave(function(){ | ||
- | $('#menubar.right-menu').stop().animate({top:"-40px"}, | + | $('#menubar.right-menu').stop().animate({top:"-40px"},500); |
}); | }); | ||
}); | }); |
Revision as of 18:09, 20 July 2012
Google Chrome is recommended for viewing this page.
-
Write something here
-
Write something here
-
Write something here
-
Write something here
-
Write something here
-
Write something here
-
Write something here
First Paragraph
Second Paragraph
Third Paragraph