Skip to content

Commit

Permalink
fix(transition): fix projects not showing up on IPhone SE
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeonoi committed Oct 31, 2024
1 parent 08c1a86 commit dd94111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/transition.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Transition: React.FC<Props> = ({ 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}
Expand Down

0 comments on commit dd94111

Please sign in to comment.