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

Swipe gesture feature #100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pmantaj
Copy link

@pmantaj pmantaj commented Oct 6, 2016

Thanks to this change user will be able to change values by a swipe gesture.

I have added two new options:

  • swipe(Optional) : This enable a swipe (down and up) gesture so that you will be able to change values smoothly. Default value is false
  • swipeDelay(Optional) : This value indicates an animation speed of incremental/decremental data-timepicker values. You have to set a swipe option to true if you would like to use the swipeDelay option. Default value is 50 ms

Let me know if this feature will be useful or not. I am using this feature in my project to increase a user experience.

Thanks to this change user will be able to change values by swipe gesture.
I have added two new options:
**swipe**(Optional) : This enable a swipe (down and up) gesture so that you will be able to change values smoothly. Default value is `false`
**swipeDelay**(Optional) : This value indicates an animation speed of incremental/decremental data-timepicker values. You have to set a swipe option to `true` if you would like to use the swipeDelay option. Default value is `50` ms
@mikepsinn
Copy link

It looks pretty great to me! :)

@Raagu1993
Copy link

pmantaj
How can I use the swipe option for my project? Could you please help me with this.

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

Successfully merging this pull request may close these issues.

3 participants