diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-11-19 16:09:43 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-11-19 16:09:43 +0700 |
| commit | ce16ffadc9c0db5a31665d30aff2b6eeaa8e7834 (patch) | |
| tree | 6c8a9554facee1e401921363ef7752075738de15 /src | |
| parent | 7588b85a7e3655d060bfc70f6ac95cb5e24763e8 (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 eb2b1582..42d8ebdf 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.5 + duration: 0.4 }; return children && ( |
