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

Slider doesn't slide smoothly on setting smooth flag to true #130

Open
samdanishaik opened this issue Sep 7, 2015 · 2 comments
Open

Slider doesn't slide smoothly on setting smooth flag to true #130

samdanishaik opened this issue Sep 7, 2015 · 2 comments

Comments

@samdanishaik
Copy link

Looks like the slider only listens to the drag event and doesnt handle the swipe event. It would be better if swipe event is also handled to make the slider smooth transition on the user interface.

@darul75
Copy link
Owner

darul75 commented Sep 7, 2015

hi @samdanishaik,

By default smooth option is set to true... and make slider more reactive, when set to false it rounds the pixel position value.

Today for mobile, used events are touchstart, touchend..., I do not know about how to deal with swipe events but it looks like they are triggered after a consequent amount of pixels touch...

@samdanishaik
Copy link
Author

Yes, Julien that is exactly is the issue. I am just wondering how to improve it. Will let you know if I get any suggestions. Meanwhile you also try addressing it if you have any solution in your mind. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants