eggolf: actually use exponential ease
This commit is contained in:
parent
27e951ea2f
commit
bca2d69a51
1 changed files with 1 additions and 1 deletions
|
@ -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%",
|
||||
|
|
Loading…
Reference in a new issue