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