From b05dcbabe58b5c4877efe7b93038ec68b95e6e42 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sat, 11 Dec 2021 18:00:06 -0800 Subject: [PATCH] Remove obsolete animation --- Secretive/Views/SetupView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Secretive/Views/SetupView.swift b/Secretive/Views/SetupView.swift index ad358f2..8a17a0c 100644 --- a/Secretive/Views/SetupView.swift +++ b/Secretive/Views/SetupView.swift @@ -54,7 +54,6 @@ struct StepView: View { Rectangle() .foregroundColor(.green) .frame(width: max(0, ((width - (Constants.padding * 2)) / CGFloat(numberOfSteps - 1)) * CGFloat(currentStep) - (Constants.circleWidth / 2)), height: 5) - .animation(.spring()) HStack { ForEach(0..