/******************************************************** ThemeTim Version: 1.0.1 ********************************************************/ jQuery(function(){ /******************************************************************************* * Smooth Scroll *******************************************************************************/ jQuery.srSmoothscroll({ step: 95, speed: 600, ease: 'swing', target: jQuery('body'), container: jQuery(window) }) });