Team:ETH Zurich/project/overview

From 2014.igem.org

(Difference between revisions)
Line 13: Line 13:
           return text === "Complexify" ? "Simplify" : "Complexify";
           return text === "Complexify" ? "Simplify" : "Complexify";
       })
       })
-
         $("article."+ID+".complex").fadeToggle();
+
         $("article."+ID+".complex").fadeToggle( "slow", "linear" );
-
         $("article."+ID+".simple").fadeToggle();
+
         $("article."+ID+".simple").fadeToggle( "slow", "linear" );
     });
     });

Revision as of 13:47, 3 September 2014

iGEM ETH Zurich 2014