garris / TremulaJS

TremulaJS: Picture Streams + Momentum Engine + Bézier Paths + Multi-Device
GNU General Public License v3.0
1.31k stars 82 forks source link

How to minimise/disable the scroll bounce effect #20

Open klihelp opened 9 years ago

klihelp commented 9 years ago

Is there a way not to have the scroll bounce effect when reaching the end of the scroll?

garris commented 9 years ago

On trackpad, mouse or touch events?

klihelp commented 9 years ago

Would be good this option to disable on all of the pointer events, trackpad, mouse wheel, touch ...

Basically I would like to disable on large screens, because eg the vertical pinterest style layout overscrolling >90% (~800px) of the screen even with slow scrolling.

garris commented 9 years ago

Ok thanks. Currently there is no way to disable -- but I think it could be done in a straightforward way. I have not been happy with the bounce effect on trackpad -- there is too much runway. I'd like to tune that at some point.

I will look to see what I can do about disabling the bounce.

klihelp commented 9 years ago

thank you garris. you well said, there is too much runway and you can hold up the runway with scrolling.

klihelp commented 7 years ago

update on this?

garris commented 7 years ago

@klihelp thanks for posting. I am unfortunately too busy to make any updates to tremulajs. If you want to work on it on your own to make a PR I can probably provide some support if you have questions. Sorry I can't provide more help.