Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript How to add a pause on scrolling – single page website

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #236734
    arkader
    Participant

    Hello everyone,

    I’m building a new single page website, and i would like to add a paging to the scroll.
    As the user scroll the page, i want the scroll to be locked on a specific div.
    Here is a exemple of what i want :
    http://grandferdinand.com/

    and here is my website :
    http://slowide.com/proto/index.html

    How do i create this effect please ?
    Let me know if something is not clear.

    Thank you very much

    #236757
    Shikkediel
    Participant

    On desktop it’s done with the mousewheel event, it is a bit more complicated to achieve on mobile. Let me just refer to the fullpage.js plugin here…

    #236809
    arkader
    Participant

    Hi Shikkediel,

    It is exactly what i am looking for.
    Thank you very much !

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.