From f9f044531f88858e5849c176b60d09a4e4b0971a Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sun, 3 Feb 2019 17:44:20 -0800 Subject: website: slow down animation speed of vara sample on front page --- docs/index-var.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/index-var.js') 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() { -- cgit v1.2.3