timple-c
11/29/2017 - 8:12 PM

Scroll Animate Jquery

Scroll Animate Jquery

var target = $(".image-header");
var top = target.outerHeight(true);

$('body').animate({ scrollTop: top}, 500)