Scroll Animate Jquery
var target = $(".image-header"); var top = target.outerHeight(true); $('body').animate({ scrollTop: top}, 500)