paper-leaf / alton

Alton is a jQuery-powered scrolling plugin, with a twist.
http://paper-leaf.com/alton-jquery-scroll-jacking-plugin/
217 stars 34 forks source link

change speed of heroscroll #47

Open marioloncarek opened 8 years ago

marioloncarek commented 8 years ago

I cant find anything about slowing down the animation of hero demo, is it possible and how?

jefferson-silva commented 7 years ago

The plugin creates a function called scrollTop which uses a fixed value (375 ms) for the scrolling duration, You can change that value or add a parameter to the function to set it and commit. Search in jquery.alton.js for "duration: 375", you'll find two instances, change both.

webevasion commented 6 years ago

Just edited the main js to add this functionnality. See my pull request https://github.com/paper-leaf/alton/pull/52