summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',
})
}