I\'m making a parallax website and I would like to make the page scroll smoother with the mousewheel for a better user experience. The best example I could get was this webs
Check out skrollr. It's a plugin to create the parallax effect. It has options when you initialize the plugin to toggle smooth scrolling:
var s = skrollr.init({ smoothScrolling: true, smoothScrollingDuration: 1800 });