idbranding
idbranding

Reputation: 729

Scroll with easing

I have spent a lot of time to finding a jquery code that ensures that I can scroll with an easing effect.

I know that you can manipulate it with jQuery Mousewheel but i can't archieve the easing effect like: http://www.loisjeans.com/web2012/es

I appreciate all the help I can get to put me in the right direction.

Upvotes: 0

Views: 3056

Answers (3)

Simon Dragsbæk
Simon Dragsbæk

Reputation: 2399

idbranding

Please spend some time on making your scroll with http://manos.malihu.gr/jquery-custom-content-scroller, cause it does work

use 100% height and width on your scroll container then you can add css on your body that have 100% height and width, and by applying overflow:hidden you remove the normal scrollbar and can just style your new scroll bar in place.

It does work :D

Cheers

Upvotes: 1

Vic
Vic

Reputation: 29

If by easing you mean inertia try iScroll.

Upvotes: 2

rgin
rgin

Reputation: 2311

This might help: http://manos.malihu.gr/tuts/jquery_custom_scrollbar.html

Upvotes: 0

Related Questions