nerdsupremacist / FancyScrollView

A SwiftUI ScrollView Designed to imitate the App Store and Apple Music ScrollViews (with or without a Parallax Header)
MIT License
975 stars 55 forks source link

Blur effect and animation #15

Open GianlucaAntolini opened 1 year ago

GianlucaAntolini commented 1 year ago

Hi, great work, really!! Just two questions: I've been going through the code and wanted to ask how do you change the blur effect? I'm not talking about the ultraThinMaterial which is fine but I think the issue comes with the opacity, that makes the blur less effective. Also it seems like the blur effect appears with a delay (for example if you scroll very fast at the start). How can I change that? Thanks.