summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@figma.com>2019-02-04 04:44:20 +0300
committerRasmus Andersson <rasmus@figma.com>2019-02-04 04:44:20 +0300
commitf9f044531f88858e5849c176b60d09a4e4b0971a (patch)
tree9d6ccebe570207bbb28a25d5b1a42c355301d366 /docs
parent39325643df4ada855dfe871013f90c2290a88b9c (diff)
downloadinter-f9f044531f88858e5849c176b60d09a4e4b0971a.tar.xz
website: slow down animation speed of vara sample on front page
Diffstat (limited to 'docs')
-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() {