Team:Cambridge
From 2012.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
$('#Project_title').mouseover(function() { | $('#Project_title').mouseover(function() { | ||
- | $('#Project_headover').stop().animate({height:' | + | $('#Project_headover').stop().animate({height:'120px',top:'0px'},1000); |
$('#Project_headover h6').fadeIn(500); | $('#Project_headover h6').fadeIn(500); | ||
}); | }); |
Revision as of 16:32, 26 September 2012
Loading...