diff --git a/Sources/OversizeKit/StoreKit/StoreScreen/StoreInstuctinsView.swift b/Sources/OversizeKit/StoreKit/StoreScreen/StoreInstuctinsView.swift index 90afe6c..123c0c8 100644 --- a/Sources/OversizeKit/StoreKit/StoreScreen/StoreInstuctinsView.swift +++ b/Sources/OversizeKit/StoreKit/StoreScreen/StoreInstuctinsView.swift @@ -116,13 +116,13 @@ public struct StoreInstuctinsView: View { .foregroundColor(.onSurfaceHighEmphasis.opacity(0.3)) .frame(width: 30) .offset(y: screenSize.safeAreaHeight - 300) - .opacity(1 - (offset * 0.01)) + //.opacity(1 - (offset * 0.01)) } StoreFeaturesLargeView() .paddingContent(.horizontal) .environmentObject(viewModel) - .opacity(0 + (offset * 0.01)) + //.opacity(0 + (offset * 0.01)) } .padding(.bottom, 220) } @@ -164,13 +164,13 @@ public struct StoreInstuctinsView: View { .foregroundColor(.onSurfaceHighEmphasis.opacity(0.3)) .frame(width: 30) .offset(y: screenSize.safeAreaHeight - 300) - .opacity(1 - (offset * 0.01)) + //.opacity(1 - (offset * 0.01)) } StoreFeaturesLargeView() .paddingContent(.horizontal) .environmentObject(viewModel) - .opacity(0 + (offset * 0.01)) + //.opacity(0 + (offset * 0.01)) if isShowAllPlans { productsLust(data: data)