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

76
Views
How to disable automatic scrolling of slides within fullpage.js?

I am using fullpage.js with sections and slides - all I want to accomplish is to remove the automatic slide scrolling. I have tried to find the correct option to do this in their documentation (https://github.com/alvarotrigo/fullpage.js) but was unfortunately not able to find it.

Currently I am using this code to initialize it:

    new fullpage('#fullpage', {
        autoScrolling:true,
        scrollHorizontally: true,
        slidesNavigation: true,
        loopHorizontal: false, 
        lazyLoading: true,
        scrollingSpeed: 700,
        navigation: true,
        easingcss3: 'ease',
        loopBottom: true,
        responsiveWidth: 1000,
        afterRender: function () {
            setInterval(function () {
                fullpage_api.moveSlideRight();
            }, 15000);
        }
    });

setting the option autoScrolling:false removes the entire scroll effect, but I would only like to stop the auto scroll on the slides not on the sections.

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

0

Sorry I was absolutely blind here of course this was the issue here:

 afterRender: function () {
            setInterval(function () {
                fullpage_api.moveSlideRight();
            }, 15000);
 }

not sure why this was in there, probably copied it from somewhere - removed this now and working as expected.

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!