I\'m trying to animate while scrolling but no luck with my code...
I have this jquery
$(window).scrollTop(200);
Now wanted to give
if you have html and body style height:100%; its not working use
height: auto; min-height: 100%;