swipe
swipe copied to clipboard
Swipe is the most accurate touch slider. Support both React and Angular.
I'm resizing the contained divs in my callback function, and the size/positioning of the divs seems to "jump/settle" only once I scroll over the div (on an iPhone), eg: [all2sides.com/mobile.html...
For a lot of mobile projects I have a hardcoded version of swipe to make this. I've decided to fork your repo and add the "partial" option. Check it out:...
I'm building this "carousel" service's list. I've added the dots at the bottom so the user can select what "slide" he wants to see. It happens that I noticed a...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.13.0 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.13.0 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
In my case it would be better to disable freeMode. I think I'm not alone and this option can be useful for other people.
Hi I've added option to easy add navigation buttons to the slider. Now user can specify in options `navButtons: true` to easy add previous and next button. Button text can...