From 59741f9cc665f12a0f013e2d3b0587362723d3fa Mon Sep 17 00:00:00 2001 From: Lukas Korba Date: Tue, 1 Mar 2022 15:33:01 +0100 Subject: [PATCH] FIXME added hotfix for the broken animation is to comment out easeInOut animation --- .../ProgressIndicators/OnboardingProgressIndicator.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/secant/UIComponents/ProgressIndicators/OnboardingProgressIndicator.swift b/secant/UIComponents/ProgressIndicators/OnboardingProgressIndicator.swift index afa4af7..5e80831 100644 --- a/secant/UIComponents/ProgressIndicators/OnboardingProgressIndicator.swift +++ b/secant/UIComponents/ProgressIndicators/OnboardingProgressIndicator.swift @@ -52,6 +52,7 @@ struct OnboardingProgressStyle: ProgressViewStyle { } } .frame(height: height) + // FIXME: .animation(.easeInOut) breaks the Onboarding UI when onAppear, fallback to .linear for now } } }