When using TTB direction slider and WHEEL true and RELEASEWHEEL True , swiping past a slider on an apple track pad (not a physical mouse wheel) causes two slides to swipe instead of one at a time,
var splide = new Splide( '#chapter_list', {
direction: 'ttb',
height : '70vh',
wheel : true,
releaseWheel: true,
updateOnMove :true,
cloneStatus :false,
flickMaxPages :1,
waitForTransition :true,
} );
Checks
Version
3.6.9
Description
When using TTB direction slider and WHEEL true and RELEASEWHEEL True , swiping past a slider on an apple track pad (not a physical mouse wheel) causes two slides to swipe instead of one at a time,
Settings are
Reproduction Link
https://www.travelport.com/plus/simpler-travel-retailing
password = go6
Steps to Reproduce
Expected Behaviour
Only one slide should swipe at a time