Automatic down scrolling

Automatic down scrolling

Is possible use JQuery to scroll down my web page without user interaction?

Let's say that my web page have a larger height of what the screen can show (in the screen you can only see the 30% of the web page height) so what I need is that the view scroll down and then scroll up but the web page have to do that by itself. How can I do that using JQuery?