Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double jump using trackpad #60

Open
devolkpl opened this issue Nov 25, 2015 · 5 comments
Open

Double jump using trackpad #60

devolkpl opened this issue Nov 25, 2015 · 5 comments
Labels

Comments

@devolkpl
Copy link

@devolkpl devolkpl commented Nov 25, 2015

Hi guys,
pretty nice plugin at first.

I have problem with scrolling when I use trackpad in my macbook. I'm always getting two jumps instead just to the next one. In addition to this, it looks like jumping in random direction! Sometimes it move down, sometimes up.
Is this a bug or I'm missing some config?

            verticalCentered : false,
            scrollingSpeed: 500,
            menu: false,
            anchors: sections,
            navigation: false,
            loopBottom: false,
            loopTop: false,
            css3: true,
            paddingTop: 0,
            paddingBottom: 0,
            normalScrollElements: null,
            keyboardScrolling: true,
            touchSensitivity: 5,
            onLeave: function(index, nextIndex, direction){
                $('nav a').removeClass('active');
                $('nav li').eq(nextIndex-1).find('a').addClass('active');
            }
@alvarotrigo

This comment has been minimized.

Copy link
Owner

@alvarotrigo alvarotrigo commented Nov 25, 2015

That's because you are scrolling very fast and the inertia continues firing the scroll event after you reach other section.

The problem was solved in its bigger brother fullPage.js time ago, but I never implemented the solution in multiscroll.js.

If you are really interested in having it solved, contact me for an urgent request because I'm not planning to work on it in the short term.

@devolkpl

This comment has been minimized.

Copy link
Author

@devolkpl devolkpl commented Nov 25, 2015

Ohh thanks man. Increasing scrollingSpeed helped.
Anyway scrollingSpeed variable name is confusing :)

@csergiuu

This comment has been minimized.

Copy link

@csergiuu csergiuu commented Dec 9, 2015

Hello guys!

I'm having the same issue, so we have no solution? :/

@danm0e

This comment has been minimized.

Copy link

@danm0e danm0e commented Jan 8, 2016

Same issue with the magic mouse. Any fixes?

@alvarotrigo

This comment has been minimized.

Copy link
Owner

@alvarotrigo alvarotrigo commented Jan 8, 2016

@danm0e nop, as I said:

If you are really interested in having it solved, contact me for an urgent request because I'm not planning to work on it in the short term.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.