Coder Social home page Coder Social logo

Comments (3)

ashthornton avatar ashthornton commented on May 24, 2024

Hey Francesco!

Can I confirm two things:

  1. are you using the latest version: 1.7.3
  2. is the smooth scroll being 'janky' just affecting mobile, or desktop as well?

from asscroll.

kekkorider avatar kekkorider commented on May 24, 2024
  1. are you using the latest version: 1.7.3
  2. is the smooth scroll being 'janky' just affecting mobile, or desktop as well?
  1. Yes, I was using version 1.7.3, and then I rolled back to version 1.5.9 upgrading it one version at a time. Until version 1.6.5 everything goes perfectly
  2. Yes, only on mobile. It works like a charm on desktop (I forgot to mention that I was on device emulation mode)

from asscroll.

ashthornton avatar ashthornton commented on May 24, 2024

Ok so some changes were made in 1.7.1 in favour of improving mobile scroll performance and by default doesn't translate the page element. If you want to bring back the way it was before you can set disableOnTouch: false in the options.

If you're going to be doing any DOM + WebGL syncing I would recommend leaving that as true and taking a look at this for a mobile setup: https://codepen.io/ashthornton/pen/f0db400416fff43ad5096b45f6974de4

It's something I put together very quickly yesterday to demonstrate native mobile scrolling with no WebGL lag. The important thing in this setup seems to be using that .pointer-blocker element. But if your canvas is over your DOM it should be fine as long as its got pointer-events: none on it.

You can visit this link on your mobile: https://codepen.io/ashthornton/full/f0db400416fff43ad5096b45f6974de4
to see it without CodePen UI around it. Would be interesting to see if you have any issues with that.

Let me know any issues.

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.