Infinite Scrolling vs Parallax Scrolling

Build the site with optimization first in mind, and ensure that each page still has its own URL and remains accessible even if JavaScript were to be disabled. Then, decide how you want to implement these extra features.
Be wary of the limits to optimizing a parallax site, and employ best practices for infinite scrolling.
Have a mobile version of your parallax site. The processing power required to render the effects would be too much for the majority of phone and tablet browsers. In many cases, the site might not even display properly.
Paginate the subsections in a single-page construct, and provide means of navigating quickly to each without forcing the user to trudge all the way down or back up.
The overall layout of individual areas in an endless page (with or without a parallax) doesn't have to change. Place conversion points where you normally would in relation to the rest of the "page".
 
Back
Top