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

Scrolling with the the Mac trackpad causes the page to skip sections. #71

Open
enajenkins opened this issue Jul 27, 2015 · 0 comments
Open

Comments

@enajenkins
Copy link

Hi,

I have been using your plugin - which is really nice. It does most of what I need. I did run into an issue however. Scrolling works well on all browsers on a pc. It works well using a mouse wheel, navigation buttons, and the keyboard arrows using a Mac; but when using the Mac trackpad to scroll - it skips sections as if the tolerance is too sensitive. Or maybe the scrolling happens too fast. It seems like my settings are not working for this method of scrolling. Is there any way to affect the speed or tolerance for the wheelNavigation for Mac trackpad?

These are my settings:
var ascensor = $('#home-grid').ascensor({
ascensorFloorName: false,
childType: 'section',
windowsOn: 0,
direction: [[0,0],[1,0],[1,1],[1,2],[1,3],[2,0],[2,1],[2,2],[3,0],[3,1],[4,0]],
loop: 'increment-x',
width: '100%',
height: '100%',
time: 500,
easing: 'linear',
keyNavigation: true,
queued: false,
jump: false,
ready: false,
swipeNavigation: true,
swipeVelocity: 0.7,
wheelNavigation: true,
wheelNavigationDelay: 40
}),

Any help or suggestions would be appreciated. Thanks!

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

No branches or pull requests

1 participant