Forums

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

Home Forums JavaScript Automatic Scrolling from a part of the page.

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #27352
    ppuniversal
    Member

    Hi,
    I have a section on my page where I want the following scenario:
    1. If the user scrolls to a particular section on the page, then after some time, say 1000 msec, the page automatically scrolls to some other section.
    2. This can be like, I can have a ‘Info Section’ on my page, and if the user is viewing that section, then the page automatically scrolls to my Footer section after 1000msec or so.

    I know the AutoScroll jQuery Plugin, but here I want the scrolling to happen without any ‘click’ event. I want to do this based on what section the user is viewing. I think that AutoScroll plugin functionality this can be triggered by finding which selector is in ‘focus’, but I am not sure how to achieve this.

    Please advise.

    Thanks,
    Pawan

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