eggolf: actually use exponential ease

This commit is contained in:
mehbark 2023-08-23 23:11:55 -04:00
parent 27e951ea2f
commit bca2d69a51

View file

@ -9,7 +9,7 @@ const GolfBall = () => (
position: "relative",
width: "22%",
height: "23.5%",
transition: "all ease-out 2s",
transition: "all cubic-bezier(0.19, 1, 0.22, 1) 2s",
gridArea: "1 / 1",
maxWidth: "100%",
maxHeight: "100%",