Template:Team:Amsterdam/ernst/scripts
From 2012.igem.org
(Difference between revisions)
Line 56: | Line 56: | ||
$(this).find('ul:first').stop().animate({display:'block', height:'auto'},{queue:false, duration:600}); | $(this).find('ul:first').stop().animate({display:'block', height:'auto'},{queue:false, duration:600}); | ||
},function(){ | },function(){ | ||
- | $(this).find('ul:first').stop().animate({height:'0'},{queue:false, duration:600}); | + | $(this).find('ul:first').stop().animate({height:'0', display:'none'},{queue:false, duration:600}); |
}); | }); | ||
} | } |
Revision as of 13:51, 10 September 2012