Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

146
Views
How to automatically scroll to the next HTML tag after set time, and repeat forever

I am working on a rather simple website for a digital signage display. I have several full page (fullscreen) containers each labeled with a class name such as "Intro", "Services", "Projects", etc. I want to be able to have the website automatically scroll from the intro "page" to the next services page after a set amount of time, and then do the same for projects. Once I've reached the projects page and have been on it for a set time, then I want to automatically scroll back up to the top and start again. I'm fine with this solution being either in HTML somehow, or by using Javascript. If you need any code snippets, more info, or even a link to my test website please let me know. I found a live preview of a similar design to my website, if you need a better idea on what I have, but this one doesn't auto scroll either.

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

You might like to take a look at this question, it has the automatic scroll and also a timer to scroll back up, hope it works! how to automatically scroll down a html page?

about 4 years ago · Juan Pablo Isaza Report

0

I went ahead and took a different route, and implemented PagePiling.js and set each of my "pages" as an anchor spot. From there, I made sure that loopBottom: true and then implemented a function that I call on page load that goes like this

function pageScroll() {
$.fn.pagepiling.moveSectionDown();
scrolldelay = setTimeout(pageScroll,10000); }

This is essentially exactly what I was looking for, thanks to @Csharls for suggesting using a carousell, as I would have never thought about doing this without that suggestion.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!