Replies: 1 comment
-
Hey, I made small package for this kind of transtions ( still WIP ) demo: https://transition-box.vercel.app |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey 👋,
I just want to ask if it is planned to add support for Transition Group, an equivalent to VueJS
<transition-group>
.I'm trying to do something like @adamwathan shows here https://www.youtube.com/watch?v=iQ-9EfQpoIE (Notification Center) but in ReactJS.
I made a proof-of-concept using the FLIP Animation Technique ( but not very functional 😄 ). Does anyone have an idea how to do this already in ReactJS using
<Transition />
,<Transition.Child />
?Links:
Build a Simple FLIP Animation in React
Beta Was this translation helpful? Give feedback.
All reactions