Skip to content

Commit

Permalink
Make jump feel better
Browse files Browse the repository at this point in the history
  • Loading branch information
surrsurus committed May 29, 2024
1 parent d133baf commit 72e6185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function animate() {
},
250
)
.easing(TWEEN.Easing.Cubic.Out)
.easing(TWEEN.Easing.Cubic.In)
.start()
})
}
Expand Down

0 comments on commit 72e6185

Please sign in to comment.