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
Would it be possible to add callbacks for events willDismiss and didDismiss to run code on or during those events. For Instance, I use the Hero transition library for certain transitions and it conflicts with DeckTransition. I would like to be able to turn it off so it's behavior doesn't interrupt DeckTransition's dismiss animation.
The text was updated successfully, but these errors were encountered:
@HarshilShah
Would it be possible to add callbacks for events
willDismiss
anddidDismiss
to run code on or during those events. For Instance, I use theHero
transition library for certain transitions and it conflicts withDeckTransition
. I would like to be able to turn it off so it's behavior doesn't interrupt DeckTransition's dismiss animation.The text was updated successfully, but these errors were encountered: