Template:Team:KIT-Kyoto/hp

From 2014.igem.org

(Difference between revisions)
(Undo revision 147309 by Pudding (talk))
Line 45: Line 45:
});
});
$("#stop a").hover(function(){
$("#stop a").hover(function(){
-
$("#stop a").stop().animate({opacity:"0.7"},300);
+
$("#stop a").stop().animate({opacity:"0.7"},500);
},
},
function(){
function(){
-
$("#stop a").stop().animate({opacity:"1"},300);
+
$("#stop a").stop().animate({opacity:"1"},500);
}
}
);
);

Revision as of 17:33, 30 September 2014