diff --git a/voicegardens/static/voicegardens.js b/voicegardens/static/voicegardens.js index abef40f..b4e8dc1 100644 --- a/voicegardens/static/voicegardens.js +++ b/voicegardens/static/voicegardens.js @@ -449,10 +449,8 @@ function draw() { shape.move(); if (positionTick) { - setTimeout(function() { - shape.destX = random(windowWidth); - shape.destY = random(windowHeight); - }, random(1000, 5000)); + shape.destX = random(windowWidth); + shape.destY = random(windowHeight); } if (shape.collide(shapes) === true) {