Team:HKUST-Hong Kong
From 2012.igem.org
(Difference between revisions)
Line 13: | Line 13: | ||
}); | }); | ||
$('#Team_Caption').mouseover(function(){ | $('#Team_Caption').mouseover(function(){ | ||
- | $('#Team_Caption').stop().animate({width:'400px | + | $('#Team_Caption').stop().animate({width:'400px'},1000); |
}); | }); | ||
$('#Team_Caption').mouseleave(function() { | $('#Team_Caption').mouseleave(function() { | ||
- | $('#Team_Caption').stop().animate({width:'200px | + | $('#Team_Caption').stop().animate({width:'200px'},1000); |
}); | }); | ||
}); | }); |
Revision as of 07:34, 21 June 2012
Google Chrome is recommended for viewing this page.
First Paragraph
Second Paragraph
Third Paragraph