Scroll web pages horizontally

January 20th, 2020

Let’s say, I have 3 pages. I need to build a website.
Instead of traditional vertical scrolling effect, I want to go for horizontal scrolling.
Can anyone guide my on achieving horizontal scroll keeping in mind that my website is not a single page, but it consists of multiple pages.
So, when a user scrolls the mouse, pages should change in a horizontal scroll effect, and the respective page name should appear in the URL also (it’s for SEO purposes).
The scrolling effect can be achieved using AJAX/jQuery sliding effect.
How can this be achieved? Any code snippet or references?
All of the website that I have seen are of a single page. I don’t want that.
For your reference, please see:
www.black5.de

Answer #1
You can do this with Jquery, please see this page I’m sure it will have something you can use: http://www.jquery4u.com/plugins/10-jquery-horizonal-scroll-demos-plugins/

 

| Sitemap |