Scoll to on page load, possible?

Using a button to trigger a scroll action to an element with a certain ID is easy. But how could I obtain the same effect with page load as a trigger instead of onclick?

<script>
location.hash = 'bottom';
</script>

http://sandbox-903b9c.webflow.io/scroll-to-on-page-load

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.