Template:Team:Groningen/Header
From 2010.igem.org
(Difference between revisions)
Joelkuiper (Talk | contribs) |
Joelkuiper (Talk | contribs) |
||
Line 45: | Line 45: | ||
} , function() { | } , function() { | ||
$(this).css({ 'background' : 'none'}); //on hover out... | $(this).css({ 'background' : 'none'}); //on hover out... | ||
- | $(this).find("span").hide(); | + | $(this).find("span").delay(400, function() { $(this).hide(); }); |
}); | }); | ||
Revision as of 02:11, 27 October 2010