I am trying to smooth scroll down 180px using javascript/mootools.
I have the following js code:
document.documentElement.scrollTop = document.documentElement.scrollTop + 180;
But how can I for instance make this work over a course of 500ms so it animates the scroll rather than it jumping down (which it does at present).
Cheers,
Adi
You can by using Fx.SmoothScroll
demo: http://jsfiddle.net/TmBkj/1/
edit: remember to include the plugin (not by default on the core) or include the more bundle