diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-19 17:51:44 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-19 17:51:44 +0700 |
| commit | 30a2020eaf0aabcd2bc4f7bd666ba67e5866d0df (patch) | |
| tree | e21ac223507f19fed6f76fbdf63d2c451ad53b80 /src/components | |
| parent | 44e93521cea5d65d1bf8fbc69a275772b237169c (diff) | |
Animation
Diffstat (limited to 'src/components')
| -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 fb7748d1..24017c03 100644 --- a/src/components/Layout.js +++ b/src/components/Layout.js @@ -10,7 +10,7 @@ export default function Layout({ children, ...pageProps }) { <motion.main initial={{ opacity: 0, x: 50, y: 0 }} animate={{ opacity: 1, x: 0, y: 0 }} - exit={{ opacity: 0, x: 50, y: 0 }} + exit={{ opacity: 0, x: 100, y: 0 }} transition={transition} {...pageProps} > |
