Viewing 1 replies (of 1 total)
  • Plugin Author malihu

    (@malihu)

    Hi,

    This happens when you’re coming from a different URL and want the page to scroll to the target when page loads.

    When you paste a URL with a hash (#) in browser’s address bar, the plugin does the following:

    1.Stops the browser from jumping to the target (that’s when you see the #something become #).
    2.Waits for the page to fully load. All page assets (e.g. images etc.) must be fully loaded, otherwise the page will scroll to the wrong position.
    3.After the page is fully loaded, the plugin scrolls the page smoothly to the target.

    All these happen when you want to scroll from/to different pages or pasting a URL in the browser (like you’ve done in the video). This is the only way to scroll from/to different pages.

    If you have links that point to same-page targets, none of the above happens.

    Hope this helps

Viewing 1 replies (of 1 total)

The topic ‘Scroll working fine but after delay’ is closed to new replies.