Template:Team:KIT-Kyoto/hp
From 2014.igem.org
(Difference between revisions)
Line 45: | Line 45: | ||
}); | }); | ||
$("#stop a").hover(function(){ | $("#stop a").hover(function(){ | ||
- | $("#stop a").stop().animate({opacity:"0.7"}, | + | $("#stop a").stop().animate({opacity:"0.7"},500); |
}, | }, | ||
function(){ | function(){ | ||
- | $("#stop a").stop().animate({opacity:"1"}, | + | $("#stop a").stop().animate({opacity:"1"},500); |
} | } | ||
); | ); |
Revision as of 17:33, 30 September 2014