mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 04:20:07 +02:00
re-add default suspense to album/artist routes
This commit is contained in:
@@ -17,7 +17,7 @@ export const AnimatedPage = forwardRef(
|
||||
<motion.main
|
||||
className={styles.animatedPage}
|
||||
ref={ref}
|
||||
{...{ ...animationProps.fadeIn, transition: { duration: 0.3, ease: 'anticipate' } }}
|
||||
{...{ ...animationProps.fadeIn, transition: { duration: 0.5, ease: 'anticipate' } }}
|
||||
>
|
||||
{children}
|
||||
</motion.main>
|
||||
|
||||
Reference in New Issue
Block a user