From 371e317602714de06c383598ad8a3c31e5778293 Mon Sep 17 00:00:00 2001 From: Frank Delaguila Date: Fri, 11 Nov 2022 02:44:03 -0700 Subject: [PATCH] Removing whileInView to test? --- components/transition.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/transition.tsx b/components/transition.tsx index 5d6272c..7864fce 100644 --- a/components/transition.tsx +++ b/components/transition.tsx @@ -20,7 +20,6 @@ const Transition: FC = ({ children, className }) => { y: 0, opacity: 1 }} - viewport={{ once: true }} > {children}