mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +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"
|
animate="animate"
|
||||||
exit="exit"
|
exit="exit"
|
||||||
initial="initial"
|
initial="initial"
|
||||||
transition={{ duration: 0.8, ease: 'anticipate' }}
|
transition={{ duration: 0.5, ease: 'anticipate' }}
|
||||||
variants={variants}
|
variants={variants}
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
|
|||||||
Reference in New Issue
Block a user