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
What are you trying to add to Cupertino-Pane?
We are using .destroy({ animated: true }). It would be helpful if this returned a promise that resolved once the animation is complete and the pane has been destroyed.
Is there an alternative at the latest version? setTimeout but that isn't a great solution.
Is this related to an issue?
[ ] Yes (Give a link to the issue)
[ X ] No
The text was updated successfully, but these errors were encountered:
Hi @roman-rr - I'm using onTransitionEnd for other functionality. I could track destroy events and then resolve the promise over in onTransitionEnd ..... but that seems kind of messy.
What are you trying to add to Cupertino-Pane?
We are using
.destroy({ animated: true })
. It would be helpful if this returned a promise that resolved once the animation is complete and the pane has been destroyed.Is there an alternative at the latest version?
setTimeout
but that isn't a great solution.Is this related to an issue?
[ ] Yes (Give a link to the issue)
[ X ] No
The text was updated successfully, but these errors were encountered: