Team:HKUST-Hong Kong
From 2012.igem.org
(Difference between revisions)
Line 18: | Line 18: | ||
}); | }); | ||
$('#Team_Caption').mouseover(function(){ | $('#Team_Caption').mouseover(function(){ | ||
- | $('#Team_Caption').stop().animate({height:60,width:230}, | + | $('#Team_Caption').stop().animate({height:60,width:230},100); |
}); | }); | ||
$('#Team_Caption').mouseleave(function(){ | $('#Team_Caption').mouseleave(function(){ | ||
- | $('#Team_Caption').stop().animate({height:50,width:200}, | + | $('#Team_Caption').stop().animate({height:50,width:200},100); |
}); | }); | ||
$('#Team_Profile_Caption').mouseover(function(){ | $('#Team_Profile_Caption').mouseover(function(){ | ||
- | $('#Team_Profile_Caption').stop().animate({height:60,width:230}, | + | $('#Team_Profile_Caption').stop().animate({height:60,width:230},100); |
}); | }); | ||
$('#Team_Profile_Caption').mouseleave(function(){ | $('#Team_Profile_Caption').mouseleave(function(){ | ||
- | $('#Team_Profile_Caption').stop().animate({height:50,width:200}, | + | $('#Team_Profile_Caption').stop().animate({height:50,width:200},100); |
}); | }); | ||
$('#Project_Caption').mouseover(function(){ | $('#Project_Caption').mouseover(function(){ | ||
- | $('#Project_Caption').stop().animate({height:60,width:230}, | + | $('#Project_Caption').stop().animate({height:60,width:230},100); |
}); | }); | ||
$('#Project_Caption').mouseleave(function(){ | $('#Project_Caption').mouseleave(function(){ | ||
- | $('#Project_Caption').stop().animate({height:50,width:200}, | + | $('#Project_Caption').stop().animate({height:50,width:200},100); |
}); | }); | ||
$('#Parts_Caption').mouseover(function(){ | $('#Parts_Caption').mouseover(function(){ | ||
- | $('#Parts_Caption').stop().animate({height:60,width:230}, | + | $('#Parts_Caption').stop().animate({height:60,width:230},100); |
}); | }); | ||
$('#Parts_Caption').mouseleave(function(){ | $('#Parts_Caption').mouseleave(function(){ | ||
- | $('#Parts_Caption').stop().animate({height:50,width:200}, | + | $('#Parts_Caption').stop().animate({height:50,width:200},100); |
}); | }); | ||
}); | }); |
Revision as of 09:06, 21 June 2012
Google Chrome is recommended for viewing this page.
First Paragraph
Second Paragraph
Third Paragraph