You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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!
The text was updated successfully, but these errors were encountered: