Transition between 2 components #1775
Replies: 2 comments
-
I have not been able to get it to work properly using the animated component approach so far . |
Beta Was this translation helpful? Give feedback.
-
Expanding on @Aaron-Storm's example. You can wrap the component in so it looks like: const AnimatedApple = animated(Apple) However, the component, must pass the style props to actual node e.g. the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!, can someone assist me how to make a transition between 2 components, in documentation only about animated.div, but how to make a transition between 2 components?
Beta Was this translation helpful? Give feedback.
All reactions