vish
vish

Reputation: 2436

Vertical scrolling slides with mousewheel

I'm looking to recreate the vertical scrolling from this page: http://www.apple.com/iphone-5s/

Is there a library that will implement this (with jquery is ok). Particularly, I want to override the mouse wheel and keyboard so that scrolling down will smoothly jump to the next section and scrolling up will smoothly jump to the previous section.

Upvotes: 1

Views: 5498

Answers (3)

Alvaro
Alvaro

Reputation: 41605

You can also look at fullPage.js, simple but quite powerful. You can even link it with a menu and use landscape scrolling too. Also, it works in IE8 and IE9 not like onePageScroll which only works with IE 10 and modern browsers.

Upvotes: 1

commonpawn
commonpawn

Reputation: 83

OnePageScroll may be what you're looking for: http://www.onextrapixel.com/2013/09/18/onepagescroll-js-creating-an-apples-iphone-5s-website/

Upvotes: 2

user2791897
user2791897

Reputation: 3309

You can use something like http://github.com/stephband/jparallax.

also try http://ianlunn.co.uk/plugins/jquery-parallax/

Upvotes: -1

Related Questions