OK AppKit folks who have gone through a Liquid Glass migration…

How do I get a progressive blur scroll edge effect when the content view is a WKWebView? AppKit doesn't seem to have any of the levers I can flip in UIKit 👀

WKWebView has an .obscuredContentInsets property which is clearly designed for that task, but only offers the hard style edge not a progressive blur 🤔

And the magic private API that Apple uses in its own apps is:

webView._setUsesAutomaticContentInsetBackgroundFill(false)

Please tell me there's a way to do this that doesn't use private API? Apple wouldn't have shipped an OS redesign without providing the APIs to actually implement the redesign?

…Right?

@stroughtonsmith If you know, tell it to the Dictionary app team 😅