FET
FET

Reputation: 942

How to make the "one scroll" on a one page website

I'll start by linking you what I'm talking about. I'd like to know how to make such a scroll like that, you just need to scroll once and boom you'll get to the next section.

Thus, how to make a one page website (yeah, maybe I'll add some more sections but wanted to know what are the properties to do that) This is what I mean by one page websites.

Upvotes: 0

Views: 1711

Answers (3)

Miraj koradiya
Miraj koradiya

Reputation: 41

There are lots of libraries available. I would suggest Fullpage for this kind of CSS. It will provide you some extra features like horizontal scroll within Vertical scroll which will make you site attractive.

Hope this will help.

Upvotes: 1

Tanmay
Tanmay

Reputation: 590

You can use class for each section of your page and then by using of that classname and jquery you can do the same.For more information and demo you can check the link below.It may help you.

You can check the demo and solution below here the one page section scrolling is given in great way.

Check this demo

Upvotes: 0

Dmitriy Khudorozhkov
Dmitriy Khudorozhkov

Reputation: 1623

Try FullPage; it supports both vertical and horizontal sections.

Upvotes: 1

Related Questions