diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-06-06 16:14:55 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-06-06 16:14:55 +0700 |
| commit | 857ba27d9df9361fb0e8f4b77004e8c9a2b86110 (patch) | |
| tree | b744d85fe9bbab1d1dcf5fa41ae1cfdee9bc5780 /src/pages/_app.jsx | |
| parent | 82194361b5213266aa0dd301ab259a89dde1964e (diff) | |
Change page animation and google merchant price include
Diffstat (limited to 'src/pages/_app.jsx')
| -rw-r--r-- | src/pages/_app.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/_app.jsx b/src/pages/_app.jsx index 4c4fed89..089622da 100644 --- a/src/pages/_app.jsx +++ b/src/pages/_app.jsx @@ -53,9 +53,9 @@ function MyApp({ Component, pageProps }) { <motion.div initial={{ opacity: 0 }} animate={{ opacity: 1 }} - exit={{ opacity: 0 }} + exit={{ opacity: 0, transition: { delay: 0.15 } }} transition={{ - duration: 0.1 + duration: 0.15 }} className='fixed w-screen h-screen z-[500] bg-white flex justify-center items-center' > |
