Team:Tec-Monterrey/projectnotebook september

From 2011.igem.org

(Difference between revisions)
Line 339: Line 339:
var stepHeight = contentHeight / PANEL_ANIMATION_STEPS;
var stepHeight = contentHeight / PANEL_ANIMATION_STEPS;
var direction = (!expanding ? -1 : 1);
var direction = (!expanding ? -1 : 1);
 +
if (direction > 0)
if (direction > 0)
collapseAll();
collapseAll();

Revision as of 04:55, 23 September 2011

wiki