diff --git a/components/transition.tsx b/components/transition.tsx index cf60974..de17d6e 100644 --- a/components/transition.tsx +++ b/components/transition.tsx @@ -13,7 +13,7 @@ const Transition: React.FC = ({ children }) => { whileInView={{ opacity: 1 }} exit={{ opacity: 0 }} transition={{ duration: 0.5, ease: "easeInOut", delay: 0.2 }} - viewport={{ once: false, amount: 0.3 }} + viewport={{ once: false, amount: 0.2 }} className="pt-14" > {children}