Removing whileInView to test?
This commit is contained in:
@@ -20,7 +20,6 @@ const Transition: FC<TransitionProps> = ({ children, className }) => {
|
|||||||
y: 0,
|
y: 0,
|
||||||
opacity: 1
|
opacity: 1
|
||||||
}}
|
}}
|
||||||
viewport={{ once: true }}
|
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
</motion.div>
|
</motion.div>
|
||||||
|
|||||||
Reference in New Issue
Block a user