Increase page transition animation speed from 0.8 -> 0.5
This commit is contained in:
parent
900d47d6f9
commit
a31a2ffdbf
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.8, ease: 'anticipate' }}
|
||||
transition={{ duration: 0.5, ease: 'anticipate' }}
|
||||
variants={variants}
|
||||
>
|
||||
{children}
|
||||
|
|
Reference in a new issue