From 11df386cfc29390f6086f120a23e40d4d7b62eff Mon Sep 17 00:00:00 2001 From: Trey t Date: Thu, 31 Mar 2022 11:23:33 -0500 Subject: [PATCH] take out animation b/c it was fucking everythign up --- Shared/views/HomeView/HomeView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Shared/views/HomeView/HomeView.swift b/Shared/views/HomeView/HomeView.swift index 67657f8..6327475 100644 --- a/Shared/views/HomeView/HomeView.swift +++ b/Shared/views/HomeView/HomeView.swift @@ -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