crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

commit be0f462bb9574f12bac6a515eb8e76a1d9e656b4
parent 6f4eb9a148ee46f120a2ee889e446fcd806c7a1b
Author: Michael Camilleri <[email protected]>
Date:   Tue, 30 Jun 2026 15:30:22 +0900

Fix animation bug in Clue Bar

Diffstat:
MCrossmate/Views/Puzzle/ClueBar.swift | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/Crossmate/Views/Puzzle/ClueBar.swift b/Crossmate/Views/Puzzle/ClueBar.swift @@ -91,10 +91,7 @@ private struct ClueBarContent: View { private var clueTextView: some View { baseClueText .id(currentKey) - .transition(.asymmetric( - insertion: .move(edge: slideEdge), - removal: .move(edge: slideEdge == .trailing ? .leading : .trailing) - )) + .transition(.push(from: slideEdge)) } private var baseClueText: some View {