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').animate(
+
     $('.sproj:hover').animate({
-
    if($(this).is(':hover')){
+
-
        {
+
         "border-radius": "20px",
         "border-radius": "20px",
         "width": "870px",
         "width": "870px",
         "height": "500px"
         "height": "500px"
-
        }
+
    },5000);
-
    }else{
+
    });
-
        {
+
    $('.sproj').not(':hover').animate({
         "width": "0px",
         "width": "0px",
         "height": "0px"
         "height": "0px"
-
        }
+
    },5000);
-
    }
+
     }); 
-
    ,5000);
+
-
     }
+
   });
   });
});
});

Revision as of 13:41, 14 September 2012


Ingredients
Regulation
Modeling
Human Practice