Skip to content
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: add disableSnap on carrousel #382

Closed

Conversation

antoniel
Copy link

What:
Enable user drag the slider without snap to the next/previous slide

Why:
Fixes the following issues: #86, #289, #362

How:
The changes was made on <Slider />, mainly on methods fakeOnDragMove and fakeOnDragEnd, added a two intermediates states, one that will be updated on OnDragMove the and another that will OnDragEnd, that way we can sum and iterate the first without lost the previous state before drag. This implementation disables by default isPlaying, what makes sense, once the user chose per disable snap he wants to user scroll as he wants.
To use disableOnSnap is necessary to add the prop dragStep={0}

Kapture.2021-10-11.at.12.20.26.mp4

Checklist:

  • (N/A) Documentation added/updated
  • (N/A) Typescript definitions updated
  • (N/A) Tests added and passing
  • Ready to be merged

@mrbinky3000
Copy link
Collaborator

mrbinky3000 commented Oct 11, 2021

Thank you for your submission!

The buttons don't seem to update correctly in the video you submitted. After the first cat goes to the left, the buttons should reflect that.

If the buttons are not important to you, then you should not use Pure React Carousel. You can simply put a div that expands horizontally and not vertically inside another div with a set height. In this way, you use the browser's native horizontal scrolling and avoid using Pure React Carousel altogether.

However, I would need the issue with the buttons to be resolved before merging this PR.

@stale
Copy link

stale bot commented Jan 9, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Issues that became stale label Jan 9, 2022
@stale
Copy link

stale bot commented Apr 16, 2022

This issue has been automatically closed becuase it has not had recent activity.

@stale stale bot closed this Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Issues that became stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants