In all the tutorials I found around the web on animating scrolling of the page with jQuery, I found that most of them are using the following code to do that:
$("html, body").animate(....
I was trying to find out why it's needed to animate 2 objects: html and body, but not luck. I might think it's needed to cover all major browsers… But why really, can someone explain please?