You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a configuration option to remove the bounce feature when you let go of a card and it bounces back into place (with throwout or throwin)? It would be great if we could configure both bounces for throwout and throwin events separately.
For example, I'd like to have a spring/bounce when the card is thrown onto the stack but not when it is thrown off the stack (because I want to do some other custom animation to make it fly off the screen and the spring makes it bounce back before the animation kicks in).
The text was updated successfully, but these errors were encountered:
I'm actually working on this a little bit because I need this feature. You just gotta dive into the source and figure out how it works and change it. I found that much if not all of the high-level spring logic is in the Card.js file in /src, and you can use web-pack to make your own minified js file. I might generalize and beautify it and make a pull request in the future? Shouldn't be too hard to implement most of the stuff you're asking for. Take a look for youself in Card.js!
Is there a configuration option to remove the bounce feature when you let go of a card and it bounces back into place (with throwout or throwin)? It would be great if we could configure both bounces for throwout and throwin events separately.
For example, I'd like to have a spring/bounce when the card is thrown onto the stack but not when it is thrown off the stack (because I want to do some other custom animation to make it fly off the screen and the spring makes it bounce back before the animation kicks in).
The text was updated successfully, but these errors were encountered: