-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Delay on LeadingAction #27
Comments
Hi, do I understand correctly that you would like the swipe back animation to start after the icon's animation is ended? Now it starts to swipe back after click. |
exactly |
@Mario8419 Added |
thanks for adding actionDelay prop, but the problem is that the animation renders in SwipeAction and so it's the same effect like before.
|
ok, my bad. Do I understand correctly then we should have separate delay for starting "return animation" and separate for triggering action? |
I want to make a little icon animation before the Swipe back onClick but it disappears before and the destructiveCallbackDelay isn't working! Any workaround for this problem? thanks
The text was updated successfully, but these errors were encountered: