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("2000");
+
         $("article."+ID+".complex").replaceWith($("article."+ID+".simple"));
-
        $("article."+ID+".simple").fadeToggle("2000");
+
     });
     });
Line 22: Line 21:
           return text === "Complexify" ? "Simplify" : "Complexify";
           return text === "Complexify" ? "Simplify" : "Complexify";
       })
       })
-
         $("article."+ID+".complex").fadeToggle("1500");
+
         $("article."+ID+".complex").replaceWith($("article."+ID+".simple"));
-
        $("article."+ID+".simple").fadeToggle("1500");
+
     });
     });
});
});

Revision as of 14:59, 3 September 2014

iGEM ETH Zurich 2014