Team:UCLA/Aal/javascripttemplate

From 2014.igem.org

(Difference between revisions)
Line 24: Line 24:
       });
       });
$('.spiderbutton').mouseout(function(){
$('.spiderbutton').mouseout(function(){
-
$('.spiderbutton').animate({ height: '-=10%', width: "-=10%"}, 800);
+
$('.spiderbutton').animate({ height: '-=10%', width: "-=10%"}, 80);
       });
       });
});
});

Revision as of 23:29, 5 September 2014