Template:Team:Bonn
From 2013.igem.org
(Difference between revisions)
Line 353: | Line 353: | ||
if(hover[i].className == "page-box-bottom") { | if(hover[i].className == "page-box-bottom") { | ||
$('#'+hover[i].id).stop().animate(); | $('#'+hover[i].id).stop().animate(); | ||
- | $('#'+hover[i].id).animate({height:"100%"}, | + | $('#'+hover[i].id).animate({height:"100%"},500); |
} | } | ||
} | } | ||
Line 366: | Line 366: | ||
if(hover[i].className == "page-box-bottom") { | if(hover[i].className == "page-box-bottom") { | ||
$('#'+hover[i].id).stop().animate(); | $('#'+hover[i].id).stop().animate(); | ||
- | $('#'+hover[i].id).animate({height:"45px"}, | + | $('#'+hover[i].id).animate({height:"45px"},500); |
} | } | ||
} | } |
Revision as of 18:11, 3 June 2013