2

Let's say there's a scrollable <div> or <body> that has a height of 2000px. Everytime I use the mouse scroll, it will unfold 100 pixels. Is there a way to make the unfolding 10px instead of 100px? So that the scrolling would seem to be finer.

Abel Callejo
  • 13,779
  • 10
  • 69
  • 84
  • Probably http://stackoverflow.com/questions/18564561/how-to-specify-how-many-pixels-scroll-moves-on-each-step – Itsmeromka Apr 01 '14 at 09:57

1 Answers1

0

There is a similar post answering what you want. Change Scroll Speed with a fiddle for demo.

NOTE: I think this is a bad idea as far as use-ability and respect for the user. AND i dont think you can actually change the speed. You just 'fake it' by changing the amount of scroll over an element. If you had a wrapper around your page i suppose it would work.

If you want to get a parallax effect, there is some jquery plugins

Stellar plugin

Scrolling Parallax Plugin

Community
  • 1
  • 1
JayD
  • 6,173
  • 4
  • 20
  • 24