Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upScrolling is a bit janky sometimes #46
Comments
|
I am keen to help out here but need to know where to begin. ANy pointers. I wana adopt it but want to make sure the scrolling |
|
Cool I ll try to show you a possible way to go for investigating and fixing this. What we need first of all is to clearly understand why this happening. Is it a small frequency or just some in-library bug? For investigating this it is nice to put some console.llog into src/gl-context.js If the reason for having janks is low onscroll events frequency we may use smooth interpolation from scroll position A to scroll position B instead of switching immediately. Do not hesitate to ask or ping me in skype |
|
Possible improvement there is to use touch events instead of scrolling events |
Scrolling is a bit janky sometimes, could be more smooth. May be interpolation? Should be investigated.