Background
My current method involves an immediate jump to another section without any smooth transition. This is how I implement it:
<a href="#go_middle">Go Middle</a>
<div id="go_middle">Hello There</div>
Intended Outcome
I am looking to add a transition effect, so that instead of abruptly moving to the section, there is a gradual transition through other parts of the page if applicable.