Change page animation easing transition
This commit is contained in:
parent
bbee3fc655
commit
0a26c489b6
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.5, ease: 'anticipate' }}
|
transition={{ duration: 0.3, ease: 'easeIn' }}
|
||||||
variants={variants}
|
variants={variants}
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
|
|
Reference in a new issue