Team:Gifu
From 2014.igem.org
(Difference between revisions)
Line 86: | Line 86: | ||
}; | }; | ||
- | + | function catch(){ | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
BBB=setInterval(function(){ | BBB=setInterval(function(){ | ||
rad+=2; | rad+=2; | ||
Line 107: | Line 102: | ||
},10); | },10); | ||
+ | }; | ||
+ | $(document).ready(function () { | ||
+ | spin() | ||
+ | }); | ||
+ | |||
+ | function stopmove(){ | ||
+ | clearInterval(AAA); | ||
+ | catch(); | ||
}; | }; | ||
Line 113: | Line 116: | ||
function startmove(){ | function startmove(){ | ||
clearInterval(BBB); | clearInterval(BBB); | ||
- | + | spin(); | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
}; | }; | ||
//--> | //--> |
Revision as of 00:42, 2 September 2014