// // AnimatedBackground.swift // SportsTime // // Animated sports background with floating icons and route lines. // Used by ThemedBackground modifier when animations are enabled. // import SwiftUI // MARK: - Animated Sports Background /// Floating sports icons with route lines and subtle glow effects struct AnimatedSportsBackground: View { @Environment(\.colorScheme) private var colorScheme @State private var animate = false var body: some View { ZStack { // Base gradient Theme.backgroundGradient(colorScheme) // Route lines with city dots (subtle background element) RouteMapLayer(animate: animate) // Floating sports icons with gentle glow ForEach(0..