Hype document loads at footer

Hi,

So I’m running a pretty large hype document about 14,000pixels tall - For some reason it always loads, then is redirected to the footer for the document -

I set up javascript on scene load
`
$(“html, body”).animate({ scrollTop: 0 }, “slow”);

`

however the document still loads at the footer, is there anyway to force it to load at the header?

Kind Regards,

It should always load at the top… could there perhaps be other conflicting code that is causing it to scroll down?

Feel free to post the URL or zip of your .hype document so we can take a closer look.