From 7588b85a7e3655d060bfc70f6ac95cb5e24763e8 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Sat, 19 Nov 2022 16:07:44 +0700 Subject: change transition duration --- src/components/Layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') 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 && ( -- cgit v1.2.3