Can't Stop the Signal. Poison It
11–20 of 24 posts
Re: Can't Stop the Signal. Poison It
#12Re: Can't Stop the Signal. Poison It
#13Not often you encounter a site that makes scrolling choppy.
Re: Can't Stop the Signal. Poison It
#14Re: Can't Stop the Signal. Poison It
#15Re: Can't Stop the Signal. Poison It
#16Earlier quoted context omitted.
Firefox by any chance? Ran recently into another site on here that scrolled fine on anything except Firefox. And this one seems to be fine on safari.
Firefox Android is fine albeit laggy. I don't get why one has to customize scroll behavior but I don't do mobile UX myself.
Re: Can't Stop the Signal. Poison It
#17Re: Can't Stop the Signal. Poison It
#18Not often you encounter a site that makes scrolling choppy.
I'm pretty sure that's because the entire of the site has an 8px Gaussian blur on it: .site-main[data-astro-cid-bpoqdqeq] { backdrop-filter:blur(8px); } Why, exactly? The page looks visually identical when I disable that rule, but the performance skyrockets. I realize that it's probably vibecoded, but come on.
yes they should have tested the site on firefox, but idk i wouldn't expect css gaussian blur of all things to cause slowdowns in some browsers
Re: Can't Stop the Signal. Poison It
#19Not often you encounter a site that makes scrolling choppy.
I'm pretty sure that's because the entire of the site has an 8px Gaussian blur on it: .site-main[data-astro-cid-bpoqdqeq] { backdrop-filter:blur(8px); } Why, exactly? The page looks visually identical when I disable that rule, but the performance skyrockets. I realize that it's probably vibecoded, but come on.
Damn.