-
jh3yy There’s a performance issue with painting/compositing backdrop-filter. I’m using JS to animate the clip-path of the header on scroll, but when there are elements _outside_ the header’s paint box with backdrop-filter, perf is terrible in big browser windows codepen.io/noleli/full/ExEBeXd
-
jh3yy (I know there are ways I could optimize the JS, but the dependence on backdrop-filter here clearly says that’s not the issue)