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
First of all, amazing library! 🚀 The API is super straightforward and the whole library is a pleasure to work with. I'm actually using this library to implement some modals and it has really simplified a lot of things for me. Thanks! 🙇
Question
Is there any hook function or any callback I could use to obscure the stack cards that we have behind the main card 👇
What I want is to display some sort of black overlay on top of those stack cards, and have it fade away as we dismiss the current card.
I was thinking about using the onCardDragging(direction: Direction?, ratio: Float) callback but I don't have any reference to the view.
Again, thanks for this library it truly saved me from some headaches! 🙇
The text was updated successfully, but these errors were encountered:
First of all, amazing library! 🚀 The API is super straightforward and the whole library is a pleasure to work with. I'm actually using this library to implement some modals and it has really simplified a lot of things for me. Thanks! 🙇
Question
Is there any hook function or any callback I could use to obscure the stack cards that we have behind the main card 👇
What I want is to display some sort of black overlay on top of those stack cards, and have it fade away as we dismiss the current card.
I was thinking about using the
onCardDragging(direction: Direction?, ratio: Float)
callback but I don't have any reference to the view.Again, thanks for this library it truly saved me from some headaches! 🙇
The text was updated successfully, but these errors were encountered: