From 89c8b4cde461f86a317fefe819c3cb5025ee25c1 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 30 Oct 2023 11:46:54 +0100 Subject: Faster transition. --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }) } -- cgit v1.2.3