Template:Team:TU Munich/Overview
From 2012.igem.org
(Difference between revisions)
Line 72: | Line 72: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
$('.sproj').click(function() { | $('.sproj').click(function() { | ||
- | $('.sproj:hover').animate({ | + | $('.sproj:hover').animate( { |
"border-radius": "20px", | "border-radius": "20px", | ||
"width": "870px", | "width": "870px", | ||
"height": "500px" | "height": "500px" | ||
},5000); | },5000); | ||
- | |||
$('.sproj').not(':hover').animate({ | $('.sproj').not(':hover').animate({ | ||
"width": "0px", | "width": "0px", | ||
"height": "0px" | "height": "0px" | ||
},5000); | },5000); | ||
- | |||
}); | }); | ||
}); | }); |
Revision as of 13:42, 14 September 2012
Ingredients
Regulation
Modeling
Human Practice