We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What's the fastest way to create card animation for undo feature. Do I need modify library's code for that?
The text was updated successfully, but these errors were encountered:
To create a nice looking undo animation you have to store the last coordinates of the removed card. Have a look at the function named resetCardViewOnStack here: https://github.com/Diolor/Swipecards/blob/master/library/src/main/java/com/lorentzos/flingswipe/FlingCardListener.java#L189
Sorry, something went wrong.
Have you guys got it? I don't know how to add undo feature to the library. Please help!
It's not yet supported. #168
No branches or pull requests
What's the fastest way to create card animation for undo feature.
Do I need modify library's code for that?
The text was updated successfully, but these errors were encountered: