Git Product home page Git Product logo

autoscrollpane-react's Introduction

autoscrollpane-react

Example: https://codesandbox.io/s/black-microservice-bgd7y

This autoscrollpane will smooth scroll down, pausing if the user scrolls up.

Scrolling is triggered by DOM mutations and supports elements that change size asynchronously like images or lazy-loaded content.

Why?!

You can achieve the same effect using pure CSS/flexbox in Chrome but at the time of writing it doesn't work in Firefox due to a long-standing rendering bug.

Using scrollToBottom also has trouble if the content is frequently updating. Short of using it inside a setInterval, it is going to occassionally scroll short of the bottom.

This makes absolutely sure the element reliably scrolls down, regardless of what is happening inside.

Tradeoffs

This is a pretty heavy-weight solution and it almost certainly wont work in older IE.

There are far better general-purpose solutions out there like thk2b/autoscroll-react.

The only reason you would use this is if you really, really need the content to stay scrolled down and the general purpose solutions are not working out.

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.