Infinite scroll is user interface pattern when new data keeps loading as user scrolls down the page instead of traditional pagination where user has to click "Next" button to go to next page. I've ...