You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thisreact-transition-group
could play animations for stayed elements, it would be perfect for me.The text was updated successfully, but these errors were encountered: