Difference between revisions of "Team:Gifu/training"

Line 88: Line 88:
 
function spinright(){
 
function spinright(){
 
AAA=setInterval(function(){
 
AAA=setInterval(function(){
if(rad>360){rad=0; k=90;}
+
if(rad==360){rad=0;}
else{rad+=2; k+=2};
+
else{rad+=2};
 
+
 
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);
document.getElementById("point1").style.top=y+330+"px";
+
circle.style.top=y+330+"px";
document.getElementById("point1").style.left=x+380+"px";
+
circle.style.left=x+380+"px";
 
+
document.getElementById("point1").style.transform="rotate("+k+"deg)";
+
  
 +
k+=2;
 +
if(rad==360){k=90};
 +
circle.style.transform="rotate("+k+"deg)";
 
},7);
 
},7);
 
};
 
};

Revision as of 16:49, 18 September 2015

https://static.igem.org/mediawiki/2015/d/d8/Logo_HOME.png https://static.igem.org/mediawiki/2015/a/a4/Logo_PROJECT.png https://static.igem.org/mediawiki/2015/archive/b/b9/20150720104417%21Logo_TEAM.png https://static.igem.org/mediawiki/2015/8/86/Logo_NOTE.png https://static.igem.org/mediawiki/2015/8/87/Logo_RESULT.png https://static.igem.org/mediawiki/2015/2/28/Logo_MORE.png

Circular mRNA approaches infinity by obtaining a link.