react-animation-group
v0.0.2
Published
A crappy/hacky component for automatically animating the changes of its children
Downloads
28
Maintainers
Readme
react-animation-group
A crappy fork of the React TransitionGroup repo for creating a POC component that automatically animates the changes that happen to its children.
This library is not production ready and its author highly discourages its usage
Ok, but what is this about?
See this example.
State of this project
Whenever I get some time I will improve the API so that it's possible to configure the animations.
I'm also planning to cleanup/organize the code and to add some tests.
In the meanwhile this is just a basic POC.