Giter Club home page Giter Club logo

Comments (3)

rowanbeentje avatar rowanbeentje commented on July 21, 2024

Ooh. Tricky one. To implement this we have two options:

  1. Dynamically add and remove the class that enables 3d acceleration as elements are detected to be scrollable or not, on startup and dimension change. The disadvantage to doing this is that adding or removing the class will cause a relayout, almost certainly a non-coalescing one because it has to happen after a height read.
  2. Not adding the acceleration until it becomes time to trigger a scroll. Depending on the way the acceleration is added, this may cause a layout on start of scroll (bad, and something we just managed to get rid of) and will almost certainly cause a flicker as the element moves from being non-accelerated to being accelerated...

from ftscroller.

rowanbeentje avatar rowanbeentje commented on July 21, 2024

(In this particular case, we could also just not add a scroller if we deem it to be unnecessary...)

from ftscroller.

matthew-andrews avatar matthew-andrews commented on July 21, 2024
  1. is my preferred option - the issue you raised could be mitigated via batching them a la FastDom? The classes of active scrollers in the dom could be added/removed at the same time.
  2. less keen - this could have the potential of janking just as you start scrolling couldn't it?
  3. This would be equivalent to 1 wouldn't it? But on slightly haphazard / case by case basis...

from ftscroller.

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.