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').addClass('active')
     $('.sproj:hover').animate({
     $('.sproj:hover').animate({
         "border-radius": "20px",
         "border-radius": "20px",
Line 78: Line 79:
     },5000);
     },5000);
     console.log('blah')
     console.log('blah')
-
     $('.sproj').not(':hover').animate({
+
     $('.sproj').not('.active').animate({
         "width": "0px",
         "width": "0px",
         "height": "0px"
         "height": "0px"

Revision as of 13:49, 14 September 2012


Ingredients
Regulation
Modeling
Human Practice