Infinite scroll is bad UX design and always has been.
It makes it impossible to click on any links in the footer of the page or even really reading what's in the footer.
I remember when it was initially introduced, everyone I spoke to about it hated it.
position: fixed has been around a long time
A lot of implementations also break the back button and "page" or scroll position links (you can link to a singular item but not a spot in the list)
They usually also break psuedo binary search and force linear/sequential search (you can't skip a head to page 10 when you're trying to zero in on a date unless they've added an explicit date filter and you remember the exact date versus the relative position)
Also breaks parallel loading--can't queue up the next few pages of gigantic media in new tabs while finishing the current page
They also tend to break ctrl-f and if they don't they tend to get progressively slower as more crap stays loaded in memory
You must have spoken to me, I hate it today has as much as I did back then.
Steam fixes this by having a footer, and putting more content under the footer. Google search also did this on mobile for a little while.
> It makes it impossible to click on any links in the footer of the page
That's a UI bug. Real infinite scroll does not have a footer.
Yeah I hate infinite scroll. I have no idea what actual common sentiment is because you’d have to do broad polling to find that out. I always wonder if UI designers fall into the “everyone i talked loved it” where everyone consists of “other designers and developers who have a stake in making this a common feature” or “user surveys that are heavily loaded to arrive at the conclusion I want “
Could be I’m just an old man yelling at clouds though.
Its also horrendous for accessibility and screen reader users.
>It makes it impossible to click on any links in the footer of the page or even really reading what's in the footer.
But you can see the links! Maybe if your reflexes were just a little faster, if the mouse didn't lag!!!
Also creates a confusion that algorithm profiteers love, where before you could know a post you saw would be page 1 today and page 2 tomorrow now the homepage of every app is absolute chaos so you have to spend hours searching for something specific or you're just always seeing exactly what they want you to see (to increase engagement or whatever instead of any sensible order)