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}