Team:Cambridge
From 2012.igem.org
(Difference between revisions)
Line 10: | Line 10: | ||
$('#Project_title').mouseover(function() { | $('#Project_title').mouseover(function() { | ||
$('#Project_headover').stop().animate({height:'170px',top:'0px'},1000); | $('#Project_headover').stop().animate({height:'170px',top:'0px'},1000); | ||
- | $('#Project_headover h6').fadeIn( | + | $('#Project_headover h6').fadeIn(500); |
}); | }); | ||
$('#Project').mouseleave(function() { | $('#Project').mouseleave(function() { | ||
$('#Project_headover').stop().animate({height:'90px',top:'80px'},1000); | $('#Project_headover').stop().animate({height:'90px',top:'80px'},1000); | ||
- | $('#Project_headover h6').fadeOut( | + | $('#Project_headover h6').fadeOut(500); |
}); | }); | ||
Revision as of 16:38, 26 September 2012
Loading...
i bet you didnt know this even existed!