-
Notifications
You must be signed in to change notification settings - Fork 127
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
can we have while_swipingLeft/while_swipingRight or onSwipe method with direction values #69
Comments
There are a CardStack events called onSwipe where you receive the current x, and y coordinates. |
oh! my bad i did not check. thank you. can you help me to do some animation? like when card is started moving left increase opacity of a view and if card is swiped make opacity 0 and if card is still or moved back to initial state then also opacity should be 0 |
and one more how to make this work?
and in render()
please help |
i want to get dy dx values or vx vy values when card is started to swipe
The text was updated successfully, but these errors were encountered: