klee-contrib / focus-components

Version 2. A set of web components based on material design to build modern interfaces easily. New version 3 is available
https://github.com/get-focus
MIT License
27 stars 34 forks source link

Animation => use css-transition-group #1541

Closed Hartorn closed 6 years ago

Hartorn commented 6 years ago

https://github.com/KleeGroup/focus-components/blob/develop/src/components/animation/index.js

Do not use 'react-addons-css-transition-group' Use 'react-transition-group'

See https://github.com/reactjs/react-transition-group/blob/master/Migration.md for migration

Or should I remove it ?