Wordpress Site; I am using simple code and anchor to send the user to the top of the page.
<body id="pg-top" <?php body_class(); ?> >
...
<a href="#pg-top">miss something?</a>
This sends the user directly to the top instantly. I want the user to be automatically "scrolled up", sent up the page at a certain speed.
Not sure if I explained this correctly, but I've seen this done on many websites. Gradual scroll back to the top of page on click