summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-30 11:46:54 +0100
committerTor Andersson <tor@ccxvii.net>2023-10-30 12:34:12 +0100
commit89c8b4cde461f86a317fefe819c3cb5025ee25c1 (patch)
tree456f3192c41a89e092a4ca5ff5b50bc28a1d722f
parent800de7c0cc34e9ddd2728898b26763ec377f0263 (diff)
downloadalgeria-89c8b4cde461f86a317fefe819c3cb5025ee25c1.tar.gz
Faster transition.
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index 434648c..0a922ba 100644
--- a/play.js
+++ b/play.js
@@ -557,7 +557,7 @@ function animate(e, x0, y0, x1, y1) {
{ transform: transformFrom },
{ transform: transformTo },
], {
- duration: 1000,
+ duration: 750,
easing: 'ease',
})
}