Gifu/rensyuu
From 2014.igem.org
(Difference between revisions)
Line 87: | Line 87: | ||
if(rad==360){rad=0;} | if(rad==360){rad=0;} | ||
- | else{rad | + | 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); | ||
Line 116: | Line 116: | ||
$(document).ready(function () { | $(document).ready(function () { | ||
- | + | spinright() | |
}); | }); | ||
Revision as of 07:45, 5 September 2015