-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(core): swiping in rewind
mode
#5422
feat(core): swiping in rewind
mode
#5422
Conversation
Look at how it works in issue's Glide example link, it does rewind during swipe not on release, so it should happen within onTouchMove handler |
Ok, will refactor it. |
rewind
moderewind
mode
It should consider touch direction and swipe ratio/duration. To avoid such cases: 2022-02-07.16.47.37.movOn first slide it should rewind to last on swipe if:
same for rewind on last slide |
How about this approach ? |
Nothing changed as I see: 2022-02-10.11.57.21.mov |
closes #5361
not sure if the new parameter is needed or it just should work this way always in rewind mode.