summaryrefslogtreecommitdiff
path: root/src/components/Layout.js
diff options
context:
space:
mode:
authorRafi Zadanly <rafizadanly@gmail.com>2022-11-19 16:07:44 +0700
committerRafi Zadanly <rafizadanly@gmail.com>2022-11-19 16:07:44 +0700
commit7588b85a7e3655d060bfc70f6ac95cb5e24763e8 (patch)
tree29c00f35154b6a737396727bfd892eb08174fa69 /src/components/Layout.js
parentdae5ae9f6c7cd5355caa30ce53f262db696e19e8 (diff)
change transition duration
Diffstat (limited to 'src/components/Layout.js')
-rw-r--r--src/components/Layout.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Layout.js b/src/components/Layout.js
index eb4e8923..eb2b1582 100644
--- a/src/components/Layout.js
+++ b/src/components/Layout.js
@@ -9,7 +9,7 @@ export default function Layout({ children, pageProps }) {
const transition = {
ease: 'linear',
- duration: 0.2
+ duration: 0.5
};
return children && (