preact-css-transition-group
preact-css-transition-group copied to clipboard
Apply CSS transitions when adding or removing Preact components/elements
https://github.com/fakundo/preact-transitioning I find the above to be a better option for most people looking to use ` preact-css-transition-group`. Currently this package has 40k+ downloads per week but it hasn't been...
When operating on a list of size one, preserve the render order of children. On single element children, the render order appears to be incorrectly swapped when adding and removing...
Hi, I'm having some problems with this library. After the first transition, the the new child entering the transition group already has the `foo-leave` and `foo-leave-active` classes already set, which...
Hi @developit ! Thanks for putting this thing together, it's a huge help. I see the license is listed as MIT in package.json, but I don't see a license file...
In the current version only `null` is removed from children, but in order to keep [compatibility with React](https://facebook.github.io/react/docs/jsx-in-depth.html#booleans-null-and-undefined-are-ignored), `undefined`, `true` and `false` should also be removed.
Sorry, but for me this doesn't work at all in Chrome. When the line `this.timeout = setTimeout(this.flushClassNameQueue, TICK);` is fired and active class is added, the "transitionend" event is fired...
Hi, Can you add some examples and some more detailed documentation for project?
Let’s get started with automated dependency management for preact-css-transition-group :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...