Skip to content

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

@enajenkins

Description

@enajenkins

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions