Increase page transition duration

- Some pages benefit from having the extra load time to finish loading
This commit is contained in:
jeffvli 2022-12-24 21:06:23 -08:00
parent bc15bee747
commit 2c8057df70

View file

@ -30,7 +30,7 @@ export const AnimatedPage = forwardRef(
animate="animate"
exit="exit"
initial="initial"
transition={{ duration: 0.2, type: 'tween' }}
transition={{ duration: 0.8, ease: 'anticipate' }}
variants={variants}
>
{children}