mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
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}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue