gulir jQuery saat objek muncul di layar membuat animasi
$(window).on("scroll", function(){
if($(window).scrollTop() + $(window).height() - 100 >= $(".target").offset().top){
alert("On viewport");
}
})
Funny Fox