animate-scroll
$('.elemt').on('click',function(e){ //e.preventDefault(e); $('html,body').animate({scrollTop:0}, 600); });