diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-30 11:46:54 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-30 12:34:12 +0100 |
commit | 89c8b4cde461f86a317fefe819c3cb5025ee25c1 (patch) | |
tree | 456f3192c41a89e092a4ca5ff5b50bc28a1d722f | |
parent | 800de7c0cc34e9ddd2728898b26763ec377f0263 (diff) | |
download | algeria-89c8b4cde461f86a317fefe819c3cb5025ee25c1.tar.gz |
Faster transition.
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -557,7 +557,7 @@ function animate(e, x0, y0, x1, y1) { { transform: transformFrom }, { transform: transformTo }, ], { - duration: 1000, + duration: 750, easing: 'ease', }) } |