take out animation b/c it was fucking everythign up

This commit is contained in:
Trey t
2022-03-31 11:23:33 -05:00
parent 80d92e8d28
commit 11df386cfc

View File

@@ -250,7 +250,6 @@ struct HomeView: View {
}
}
}
.animation(Animation.spring(response: 0.3, dampingFraction: 0.5, blendDuration: 1))
.background(
GeometryReader { proxy in
let offset = proxy.frame(in: .named("scroll")).minY