Coder Social home page Coder Social logo

Comments (3)

kamilkp avatar kamilkp commented on May 31, 2024

Please always provide a fiddle to an issue like that.

from angular-vs-repeat.

MaestroJurko avatar MaestroJurko commented on May 31, 2024

will do as soon as I have time.

from angular-vs-repeat.

ultraCAO avatar ultraCAO commented on May 31, 2024

The Flickering is most likely due to that you have EVEN or ODD CSS styling on the repeated items.
This happen because when you scroll ONE item is being removed from the top and add ONE to the bottom. so the original ordering of any item that is showing will change, what was EVEN will become ODD and what was ODD will become EVEN.
I see a fix for this issue is to having a config option to tell it how many item to remove and add of a time. in the case of EVEN and ODD, setting the item to remove at a time value to 2 will solve it. and set the vs-escess value to something that is more than the default 2.

that is my 2 cents.

from angular-vs-repeat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.