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
Thank you very much for adding #5003. I like this option, but it supports only navigation button clicks or calling .slideNext()/.slidePrev() functions. And it would be very nice if this also worked when you swipe (like here, https://glidejs.com/docs/options/#rewind).
Suggested solution
As I understand swipes has ratio to trigger swipe to next/previous slide. But, if this is the last slide you can't go to next slide. But with new feature if going to next slide was triggered with swipe and this is the last slide, you go to start, as in "rewind" option (as in example given above). So I want implementing this feature either as a new "rewindOnSwipe" option (or something like that) or in old "rewind" option.
Clear and concise description of the problem
Thank you very much for adding #5003. I like this option, but it supports only navigation button clicks or calling
.slideNext()
/.slidePrev()
functions. And it would be very nice if this also worked when you swipe (like here, https://glidejs.com/docs/options/#rewind).Suggested solution
As I understand swipes has ratio to trigger swipe to next/previous slide. But, if this is the last slide you can't go to next slide. But with new feature if going to next slide was triggered with swipe and this is the last slide, you go to start, as in "rewind" option (as in example given above). So I want implementing this feature either as a new "rewindOnSwipe" option (or something like that) or in old "rewind" option.
Alternative
No response
Additional context
No response
Validations
Would you like to open a PR for this feature?
The text was updated successfully, but these errors were encountered: