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

Implement list swiping with animation #74

Open
jhasenzahl opened this issue Dec 14, 2012 · 0 comments
Open

Implement list swiping with animation #74

jhasenzahl opened this issue Dec 14, 2012 · 0 comments

Comments

@jhasenzahl
Copy link
Member

The original swiping implementation was buggy due to relying on x/y gesture velocity values, and conflicts with pressing or long pressing a task.

Need to re-implement properly to rely on comparing to a pre-recorded "swipe" gesture rather than on velocity values. Will also need to re-implement press/long-press to be more compatible with swiping.

Swiping should also cause a neat animation of a new list taking the place of the old one. This will require some research as I have no idea how to do it yet.

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