diff --git a/voicegardens/static/voicegardens.js b/voicegardens/static/voicegardens.js index e03bd45..d2faf71 100644 --- a/voicegardens/static/voicegardens.js +++ b/voicegardens/static/voicegardens.js @@ -211,7 +211,7 @@ class GeneratedShape { this.accelY = 0.0; // The speed at which the shape 'springs' towards its final destination. - this.springing = 0.0009; + this.springing = random(0.0003, 0.0008); // The speed at which the shape rocks back and forth when it is in the // process of coming to a halt.