aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils.mjs
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-24 20:08:36 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-25 10:49:45 +0800
commitc57800b4cf5fc2aa047c9f01bae5b5994f89fbe9 (patch)
treeb36bd40d82544f79919584e56eed344c84f7c901 /src/utils.mjs
parent54f0c9381fce41c4ca46baebfd6281a8f9f9ff93 (diff)
chore: reformat code
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 );