Removing whileInView to test?

This commit is contained in:
Frank Delaguila
2022-11-11 02:44:03 -07:00
parent ff9fbaedf4
commit 371e317602

View File

@@ -20,7 +20,6 @@ const Transition: FC<TransitionProps> = ({ children, className }) => {
y: 0,
opacity: 1
}}
viewport={{ once: true }}
>
{children}
</motion.div>