Adjust animation delay

This commit is contained in:
Luke Vella 2023-07-20 17:05:45 +01:00
parent b2479acc34
commit aa0e2efd0c

View file

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