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
- Host: GitHub
- URL: https://github.com/developit/preact-css-transition-group
- Owner: developit
- Created: 2016-07-30T15:56:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T23:24:18.000Z (about 7 years ago)
- Last Synced: 2025-04-10T11:16:09.896Z (about 2 months ago)
- Topics: css-transitions, preact
- Language: JavaScript
- Size: 33.2 KB
- Stars: 61
- Watchers: 2
- Forks: 17
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
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`