In many RT themes there is a "back to top" feature, you click on the button at the bottom of the page,
and it take you to the top of the current page with a smooth animation.
I'm trying to find a way to click a link in one Joomla Custom HTML Module or article and scroll down to another Joomla Module or article.
I found some html and css code, and I just can do it in the same article and with no scroll animation, so the transition is pretty harsh. I think I have to instal JQuery.
Here the link:
I would like to be able to scroll down to another module or article with a nice smooth animation.
Is there a way to do that using MooTools, an extension or something else?