Noleli’s avatarNoleli’s Twitter Archive—№ 31,230

    1. …in reply to @jh3yy
      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
  1. …in reply to @Noleli
    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)