preact8-css-transition-group
v2.1.1
Published
Apply CSS transitions when adding or removing Preact components/elements.
Maintainers
Readme
preact8-css-transition-group
This is a fork of
preact-css-transition-groupthat explicitly depends on Preact 8 for use in Uppy, to address #2226, #2227 and #2377.You may want to use this in your Preact 8 widgets to prevent interference with a Preact X app.
The full list of differences:
preact8-css-transition-groupships CommonJS only, not UMDpreact8-css-transition-grouponly ships unminified codepreact8-css-transition-groupspecifies preact^8.0.0in its peerDependencies
Original readme
A preact fork of css-transition-group, which was originally extracted from the React codebase itself. The overwhelming majority of the code was written by the lovely folks of the React team, so kudos to them!
This module may be of use to you if:
- you want to apply CSS transitions when adding or removing elements; or
- you are getting a "not found" error for
react/lib/ReactCSSTransitionGroup
