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

[event-gestures enhancement] Enhance flick event with flick* sugar events #1152

Open
tilomitra opened this issue Sep 3, 2013 · 0 comments
Open

Comments

@tilomitra
Copy link
Contributor

It would also be useful if the flick event was broken out into several smaller events, such as flickup, flickdown, flickleft, flickright. This added sugar would be useful to application developers, because they have to do math on the event payload to determine this.

Also wondering if flick should be renamed to swipe.

@ghost ghost assigned tilomitra Sep 3, 2013
tilomitra added a commit to tilomitra/yui3 that referenced this issue Oct 15, 2013
This commit to event-flick enhances the module by adding additional
sugar events: `flickleft`, `flickright`, `flickup`, and `flickdown`.

In addition, I have broken out some of the large monolithic functions
into smaller chunks for easier testing.
tilomitra added a commit to tilomitra/yui3 that referenced this issue Oct 15, 2013
This commit to event-flick enhances the module by adding additional
sugar events: `flickleft`, `flickright`, `flickup`, and `flickdown`.

In addition, I have broken out some of the large monolithic functions
into smaller chunks for easier testing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant