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() { | ||
- | if($(this).is(':hover')) { | + | $('.sproj').animate( |
- | + | if($(this).is(':hover')){ | |
+ | { | ||
"border-radius": "20px", | "border-radius": "20px", | ||
"width": "870px", | "width": "870px", | ||
"height": "500px" | "height": "500px" | ||
- | + | } | |
- | + | }else{ | |
- | + | { | |
"width": "0px", | "width": "0px", | ||
"height": "0px" | "height": "0px" | ||
- | + | } | |
+ | } | ||
+ | ,5000); | ||
} | } | ||
}); | }); |
Revision as of 13:37, 14 September 2012
Ingredients
Regulation
Modeling
Human Practice