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"
|
animate="animate"
|
||||||
exit="exit"
|
exit="exit"
|
||||||
initial="initial"
|
initial="initial"
|
||||||
transition={{ duration: 0.2, type: 'tween' }}
|
transition={{ duration: 0.8, ease: 'anticipate' }}
|
||||||
variants={variants}
|
variants={variants}
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
|
|
Reference in a new issue