Template:Team:Amsterdam/ernst/scripts
From 2012.igem.org
(Difference between revisions)
Line 60: | Line 60: | ||
$(this).find('ul:first').animate({display:'block', height:'show'},{queue:true, duration:400}); | $(this).find('ul:first').animate({display:'block', height:'show'},{queue:true, duration:400}); | ||
}, | }, | ||
- | timeout: | + | timeout: 2500, // number = milliseconds delay before onMouseOut |
out: function(){ | out: function(){ | ||
$(this).find('ul:first').animate({height:'hide', display:'none'},{queue:true, duration:400}); | $(this).find('ul:first').animate({height:'hide', display:'none'},{queue:true, duration:400}); |
Revision as of 11:07, 11 September 2012