FIXME added

hotfix for the broken animation is to comment out easeInOut animation
This commit is contained in:
Lukas Korba 2022-03-01 15:33:01 +01:00
parent 60d4db2f3b
commit 59741f9cc6
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ struct OnboardingProgressStyle: ProgressViewStyle {
}
}
.frame(height: height)
// FIXME: .animation(.easeInOut) breaks the Onboarding UI when onAppear, fallback to .linear for now
}
}
}