ScrollDown.js
ScrollDown.js is a simple wrapper to use for smoothscrolling. Just specify element to be clicked and element to be scrolled to and BAM! you are scrolling. (Optional speed definition as well!)
Install with bower
bower install scrolldown
And you are up and running.
Usage
To use the ScrollDown plugin just integrate it in your project along with jQuery and then in your script call its constructor like this:
scrollDown = new ScrollDown('#scroll-from', '.scroll-to', 400);
It will bind the click function on the first parameter/element/css-selector you pass in so no more finicky things needed! Just click and scroll yo!
The speed definition at the end is optional and if no parameter is passed it defaults to 400