Template:Team:Amsterdam/ernst/scripts
From 2012.igem.org
(Difference between revisions)
Line 60: | Line 60: | ||
var ulellement = $(this).find('ul:first'); | var ulellement = $(this).find('ul:first'); | ||
ulellement.stop().animate({display:'block', height:'show'},{queue:true, duration:400}); | ulellement.stop().animate({display:'block', height:'show'},{queue:true, duration:400}); | ||
- | }, | + | },function(){ |
- | + | $(this).find('ul:first').stop().animate({height:'hide', display:'none'},{queue:true, duration:400}); | |
- | } | + | }); |
} | } | ||
Revision as of 15:13, 10 September 2012