on href click jquery scroll animate code example
Example: scroll jquery to anchor
$('html,body').animate({ scrollTop: $("#anchor").offset().top }, 'slow');
$('html,body').animate({ scrollTop: $("#anchor").offset().top }, 'slow');