Team:Gifu

From 2014.igem.org

(Difference between revisions)
Line 47: Line 47:
rad+=1;
rad+=1;
-
if(rad>=270){z=1000};
+
if(rad>=270){x=100};
x=r*Math.cos(Math.PI/180*rad);
x=r*Math.cos(Math.PI/180*rad);
y=r*Math.sin(Math.PI/180*rad);
y=r*Math.sin(Math.PI/180*rad);
Line 57: Line 57:
circle.style.transform="rotate("+k+"deg)";
circle.style.transform="rotate("+k+"deg)";
-
},z);
+
},10);
});
});
  //-->
  //-->

Revision as of 08:06, 31 August 2014

factory1