I have some window.onscroll event
window.onscroll
$(window).scroll(function(e){ //My Stuff });
but in my code I call animate scroll to som
ive reasked this question and got 2 helpful answers. i'll link the question here for others who'll find this thread.
Detect if a scroll event is triggered manually in jQuery