Template:Team:TU Munich/Overview

From 2012.igem.org

(Difference between revisions)
Line 74: Line 74:
     if($(this).is(':hover')) {
     if($(this).is(':hover')) {
       $(this).animate({
       $(this).animate({
-
         border-radius: 20px;
+
         border-radius: 20px,
-
         width: 870px;
+
         width: 870px,
-
         height: 500px;
+
         height: 500px
       },5000);
       },5000);
     }else{
     }else{
       $(this).animate({
       $(this).animate({
-
         width: 0px;
+
         width: 0px,
-
         height: 0px;
+
         height: 0px
       },5000);
       },5000);
     }
     }

Revision as of 21:21, 13 September 2012


Ingredients
Regulation
Modeling
Human Practice