summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/index-var.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index-var.js b/docs/index-var.js
index c9695846b..f85ca4126 100644
--- a/docs/index-var.js
+++ b/docs/index-var.js
@@ -122,8 +122,8 @@ function startAnimation() {
, wmax = parseFloat(ui.inputs.weight.max)
, imin = parseFloat(ui.inputs.slant.min)
, imax = parseFloat(ui.inputs.slant.max)
- , wspeed = 200 // lower is faster; time divisor
- , ispeed = 800
+ , wspeed = 800 // lower is faster; time divisor
+ , ispeed = 1600
, clamp = 0.001
, startTime = monotime()
function update() {