mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Change page animation easing transition
This commit is contained in:
@@ -30,7 +30,7 @@ export const AnimatedPage = forwardRef(
|
||||
animate="animate"
|
||||
exit="exit"
|
||||
initial="initial"
|
||||
transition={{ duration: 0.5, ease: 'anticipate' }}
|
||||
transition={{ duration: 0.3, ease: 'easeIn' }}
|
||||
variants={variants}
|
||||
>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user