Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8654219
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T14:43:58+00:00 2026-06-12T14:43:58+00:00

I have looked for a plugin/script that continues to scroll a website from the

  • 0

I have looked for a plugin/script that continues to scroll a website from the start when the bottom is reached, like a continuous loop.

Examples: http://unfold.no/ and http://www.aquiesdonde.com.ar/

I have tried reversed engineering but have not gotten to a conclusion.
Can anyone lead me in the right direction what to look for to find a plugin like this?

I only tend to find scripts that are continuously expanding the page/adding content on scroll-down.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T14:43:59+00:00Added an answer on June 12, 2026 at 2:43 pm

    It is just a if statement that tells the document if at x amount of pixels go to top y.

    The code from: http://www.aquiesdonde.com.ar/

    /*Scroll*/
    var mov = 0;
    function handle(delta) {
    /*Scroll Action*/
        if (delta < 0){
            if(mov==-10500){
                mov=0;
                moverDown();
            }else{
                moverDown();
            }
        }else{
            if(mov==0){
                mov=-10440;
                moverUp();
            }else{
                moverUp();
            }
        }
    };
    

    Plus the moverUp/moverDown functions which make the scrolling seamless:

    /*Scroll Top*/
    function moverUp(){
        $('.layout').css( "top", mov+=30 );
    };
    
    /*Scroll Down*/
    function moverDown(){
        $('.layout').css( "top", mov-=30 );
    };
    
    /*Function Scroll*/
    function wheel(event){
        var delta = 0;
        if (!event) event = window.event;
        if (event.wheelDelta) {
            delta = event.wheelDelta/120; 
            if (window.opera) delta = -delta;
        } else if (event.detail) {
            delta = -event.detail/3;
        }
        if (delta)
            handle(delta);
            if (event.preventDefault)
                    event.preventDefault();
            event.returnValue = false;
    };
    

    Hope that helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this jQuery slide show from JQuery Cycle plugin.... <script type=text/javascript> $(window).on('load', function()
I have looked at many other threads that show how to use accelerometer values,
I have looked at questions like this , this , this and this ,
I have looked at several options like: * http://blog.waynehartman.com/archive/2012/01/07/uistoryboard-on-ios-5-the-good-the-bad-and-the.aspx * UIPopoverController Anchor Position *
I have looked here and from what I understand the following regex simply means
I want a Simple jquery plugin. i have looked at a few and even
I'm using Grails and I have a local-plugin (that I wrote) that I'm using
I have looked everywhere and it seems that it is currently not possible to
I have a site that uses the FCKEditor. I'd like to make an incredibly
I have looked around the WordPress plugin site for some time and so far,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.