I\'m trying to animate while scrolling but no luck with my code...
I have this jquery
$(window).scrollTop(200);
Now wanted to give
you just need to add pixel
$('body').animate({ scrollTop: "300px" }, 1000);