An open API service indexing awesome lists of open source software.

https://github.com/developit/preact-css-transition-group

Apply CSS transitions when adding or removing Preact components/elements
https://github.com/developit/preact-css-transition-group

css-transitions preact

Last synced: about 2 months ago
JSON representation

Apply CSS transitions when adding or removing Preact components/elements

Awesome Lists containing this project

README

        

# preact-css-transition-group

A preact fork of [css-transition-group](https://github.com/react-component/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`