Jump to content
Search Community

Infinite Scrolling not working

balocreation test
Moderator Tag

Recommended Posts

That's because of logic issues in the way you're setting it up - that code you're using assumes that all copies of the element initially start exactly on top of each other, and each one is spaced out using the "x" property. However, you're using the native document flow so that won't work. 

 

So either space them out using their x position or maybe look at the seamless loop helper function in the docs which handles things in the natural document flow. 

 

Good luck!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...