-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
Disable bounce effect #84
Comments
@breytex Have you figured it out at the end? If yes, please document the solution and close the issue. |
Any updates on this? Looking to achieve the same thing but there doesn't seem to be any options/config related to the bounce? |
PRs welcome. It is not a codebase I work on actively. |
As far as I saw the problem is that the spring pulling the card in is active while another spring is pulling the card out. One would need to disable the first one and re-enable it if needed. There is no config for the springs and now way to overwrite the from the outside without changing swing code. |
Related to (or duplicate of) #33 |
Hello :)
I want to disable the bounce-effect from a thrown-out card,
so that the animation is very linear without shaking the card just before coming to rest.
I looked at card.js and played arround with the spring-values - to no avail.
Any suggestions? :)
The text was updated successfully, but these errors were encountered: