Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork578
Performing an action after an animation#3502
ThukuWakogi started this conversation inGeneral
-
I previously worked with mui and I was able to perform an action after a transition. For example after a dialog closes. This was possible through <Dialog...TransitionProps={{onExited:()=>{// perform action after closing dialog animation completes},}}> ...</Dialog/> This helped in avoiding flickering of components an allowed for generally a better user experience. Is the same possible in Tamagui? |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 0 comments
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment