react-transition-group icon indicating copy to clipboard operation
react-transition-group copied to clipboard

Can we use this library to play animations for stayed elements or not?

Open maitrungdong opened this issue 1 year ago • 0 comments

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.

maitrungdong avatar Jul 22 '24 17:07 maitrungdong