mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
Increase page transition animation speed from 0.8 -> 0.5
This commit is contained in:
@@ -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 New Issue
Block a user