SwiftUI Animation (iOS 26+) Review, write, and fix SwiftUI animations. Apply modern animation APIs with correct timing, transitions, and accessibility handling using Swift 6.3 patterns. Contents - Triage Workflow - withAnimation (Explicit Animation) - Implicit Animation - Spring Type (iOS 17+) - PhaseAnimator (iOS 17+) - KeyframeAnimator (iOS 17+) - - matchedGeometryEffect (iOS 14+) - Navigation Zoom Transition (iOS 18+) - Transitions (iOS 17+) - ContentTransition (iOS 16+) - Symbol Effects (iOS 17+) - Symbol Rendering Modes - Common Mistakes - Review Checklist - References Triage Workflow St…