Facebook has a nice scroll effect which I would like to replicate with jQuery. When you load a page it starts at the top then scrolls to the selected anchor.
I've tried doing this (page.html#anchor) and using the scrolling plugin for jQuery however it just goes straight to that anchor without using the scroll effect.
So can I delay the scroll when the page is loaded then use jQuery to do the scrolling instead?
I apologise if I have explained it badly.