-
Notifications
You must be signed in to change notification settings - Fork 649
Description
When I read deeply into this library, I found that it does a good job of playing animations for the enter and exit states of a specific element. With such this good base idea, can I write another library (improved version of this library) to play animations for stayed elements, for instance, when they change positions (I think)?
However, I have a concern about whether my idea is correct when it comes to improving this library. It's similar to answering the question of why this library does not support animations for such stayed elements.
I need clarification to understand this library more deeply (or need someone to hold me back before I do something stupid).
P.S: I have tried libraries like react-flip-toolkit, react-flip-move, etc..., but they are too cumbersome and complex. I think if this react-transition-group could play animations for stayed elements, it would be perfect for me.