mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +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"
|
||||
exit="exit"
|
||||
initial="initial"
|
||||
transition={{ duration: 0.2, type: 'tween' }}
|
||||
transition={{ duration: 0.8, ease: 'anticipate' }}
|
||||
variants={variants}
|
||||
>
|
||||
{children}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue