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"},500);
+
$("#stop a").stop().animate({opacity:"0.7"},300);
},
},
function(){
function(){
-
$("#stop a").stop().animate({opacity:"1"},500);
+
$("#stop a").stop().animate({opacity:"1"},300);
}
}
);
);

Revision as of 13:58, 30 September 2014