golfgame/client
adlee-was-taken ea34ddf8e4 Fix swap animation stutter and remove 1s server-side dead delay
- Remove unused card_revealed broadcast + 1s asyncio.sleep in swap handler
  (client never handled this message, causing pure dead wait before game_state)
- Defer swap-out (opacity:0) on hand cards to onStart callback so overlay
  covers the card before hiding it — eliminates visual gap for all players
- Defer heldCardFloating visibility hide to onStart — held card stays visible
  until animation overlay replaces it
- Thread onStart callback through animateUnifiedSwap → _runUnifiedSwap

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 23:47:26 -05:00
..
admin.css Huge v2 uplift, now deployable with real user management and tooling! 2026-01-27 11:32:15 -05:00
admin.html Huge v2 uplift, now deployable with real user management and tooling! 2026-01-27 11:32:15 -05:00
admin.js Fix CSP blocking admin panel buttons by removing inline onclick handlers 2026-02-21 23:56:45 -05:00
animation-queue.js Add inline comments across client and server codebase 2026-02-25 22:17:19 -05:00
ANIMATIONS.md v3.0.0: V3 features, server refactoring, and documentation overhaul 2026-02-14 10:03:45 -05:00
anime.min.js Migrate animation system to unified anime.js framework 2026-02-01 22:57:53 -05:00
app.js Fix swap animation stutter and remove 1s server-side dead delay 2026-03-05 23:47:26 -05:00
card-animations.js Fix swap animation stutter and remove 1s server-side dead delay 2026-03-05 23:47:26 -05:00
card-manager.js Add inline comments across client and server codebase 2026-02-25 22:17:19 -05:00
golfball-logo.svg Tighten landscape logo-golfer gap, alternate suit colors on ball logo 2026-02-24 01:52:25 -05:00
index.html Add metered open signups, per-IP limits, and auth security hardening 2026-02-24 14:28:28 -05:00
leaderboard.js v3.1.0: Invite-gated auth, Glicko-2 ratings, matchmaking queue 2026-02-21 20:02:10 -05:00
replay.js Huge v2 uplift, now deployable with real user management and tooling! 2026-01-27 11:32:15 -05:00
state-differ.js v3.0.0: V3 features, server refactoring, and documentation overhaul 2026-02-14 10:03:45 -05:00
style.css Add metered open signups, per-IP limits, and auth security hardening 2026-02-24 14:28:28 -05:00
timing-config.js Tune round-end pause and reduce deck shake frequency 2026-02-23 21:06:17 -05:00