diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-11-19 16:07:44 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-11-19 16:07:44 +0700 |
| commit | 7588b85a7e3655d060bfc70f6ac95cb5e24763e8 (patch) | |
| tree | 29c00f35154b6a737396727bfd892eb08174fa69 /src | |
| parent | dae5ae9f6c7cd5355caa30ce53f262db696e19e8 (diff) | |
change transition duration
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/Layout.js | 2 |
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 && ( |
