Is there a way to do ‘exit A comp while entering B comp’ instead of ‘exit A comp before entering B comp’?
It seems that right now, it only supports showing one component at a time. It would be really useful if exiting component and entering component visible at the same time.
For example, framer-motion has ‘AnimatePresence’ component that does this.
Is there a way to do ‘exit A comp while entering B comp’ instead of ‘exit A comp before entering B comp’?
It seems that right now, it only supports showing one component at a time. It would be really useful if exiting component and entering component visible at the same time.
For example, framer-motion has ‘AnimatePresence’ component that does this.