2.1.1 • Published 4 years ago

preact8-css-transition-group v2.1.1

Weekly downloads
176
License
MIT
Repository
github
Last release
4 years ago

preact8-css-transition-group

This is a fork of preact-css-transition-group that 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-group ships CommonJS only, not UMD
  • preact8-css-transition-group only ships unminified code
  • preact8-css-transition-group specifies preact ^8.0.0 in 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