Increase page transition duration
- Some pages benefit from having the extra load time to finish loading
This commit is contained in:
parent
bc15bee747
commit
2c8057df70
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Reference in a new issue