aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.mjs')
-rw-r--r--src/utils.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.mjs b/src/utils.mjs
index 46632ba..ead3002 100644
--- a/src/utils.mjs
+++ b/src/utils.mjs
@@ -57,7 +57,7 @@ export const animateRectTransition = (element, rect, options = {}) => {
57 return element.animate( 57 return element.animate(
58 keyframes, 58 keyframes,
59 { 59 {
60 duration: options.duration ?? 300, 60 duration: options.duration ?? 500,
61 easing: 'ease-in-out', 61 easing: 'ease-in-out',
62 } 62 }
63 ); 63 );