diff --git a/client/app.js b/client/app.js index c32ff98..873b23d 100644 --- a/client/app.js +++ b/client/app.js @@ -3057,6 +3057,9 @@ class GolfGame { } showLobby() { + if (window.cardAnimations) { + window.cardAnimations.cancelAll(); + } this.showScreen(this.lobbyScreen); this.lobbyError.textContent = ''; this.roomCode = null;