jQuery(document).ready(function($) { MouseSmoothScroll(); }); function MouseSmoothScroll(){ jQuery.srSmoothscroll({ step: 120, speed: 800, ease: 'easeOutCubic' }); }