🔨 Adjust animation delay on landing page

This commit is contained in:
Luke Vella 2023-07-16 14:56:11 +01:00
parent 7808337b7d
commit 1898f44c9f

View file

@ -16,7 +16,7 @@ const Screenshot = () => {
<>
<m.div
transition={{
delay: 1.5,
delay: 2,
type: "spring",
duration: 1,
bounce: 0.4,