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'd like to be able to swipe 2 panels at once in some circumstances; I have a page view with a large panel and 2 half-panels on either side. I'd like to swipe from one side to the other without an awkward land in the middle. I see that moveCount is an option for a nav-button plugin, but doesn't seem to be available for vanilla.
The text was updated successfully, but these errors were encountered:
There is no option to define a minimum number of panels to move when snapping.
However, it seems that we can implement it through the willChange event.
There are two demos, following what you left in the issue. demo 1 - at least two panels move by swiping demo 2 - at least two panels move by swiping when the drag starts outside of the center panel.
If this implementation isn't what you had in mind, or if you have additional questions, please feel free to leave a comment!
Description
I'd like to be able to swipe 2 panels at once in some circumstances; I have a page view with a large panel and 2 half-panels on either side. I'd like to swipe from one side to the other without an awkward land in the middle. I see that moveCount is an option for a nav-button plugin, but doesn't seem to be available for vanilla.
The text was updated successfully, but these errors were encountered: