Remove obsolete animation

This commit is contained in:
Max Goedjen 2021-12-11 18:00:06 -08:00
parent cd43adac10
commit b05dcbabe5
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8
1 changed files with 0 additions and 1 deletions

View File

@ -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..<numberOfSteps) { index in
ZStack {