Coder Social home page Coder Social logo

Comments (6)

StevenStavrakis avatar StevenStavrakis commented on May 23, 2024 1

That seems to have worked in my particular use case. Having recently looked into scroll-jacking libraries, I can say that ASScroll has been the absolute best. Thanks!

from asscroll.

ashthornton avatar ashthornton commented on May 23, 2024

Hi @StevenStavrakis, there is some functionality that isn't documented at the moment which allows you to target multiple elements to translate within the scroll container. If you add data-asscroll to elements you wish to scroll it should achieve what you're looking for. You can change the selector if you wish like so:

const asscroll = new ASScroll({
    innerElement: '[data-scroll]' or '.scroll-element' etc.
})

Here's a codepen example: https://codepen.io/ashthornton/pen/13a5d813f7635121e789b84999b73b52

from asscroll.

ashthornton avatar ashthornton commented on May 23, 2024

You're welcome @StevenStavrakis :)

from asscroll.

StevenStavrakis avatar StevenStavrakis commented on May 23, 2024

One note: there seems to be some desync between the border of the two different elements causing a white flickering line while scrolling. For now, it isn't a problem, but a consideration.

from asscroll.

ashthornton avatar ashthornton commented on May 23, 2024

There's nothing I can think of that I could implement on the ASScroll side to fix this, it's a quirk of sub-pixel rendering on the transform. It would be down to the user to make sure background colours are on an outer element or adding box-shadow to cover the gap for example.

from asscroll.

StevenStavrakis avatar StevenStavrakis commented on May 23, 2024

As for as I can tell, this issue no longer present in Firefox Developer edition, but persists in Chrome and standard Firefox.

from asscroll.

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.