File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# History
22----
33
4+ ## 2.6.0 / 2018-11-26
5+
6+ - add CSSMotion component
7+
48## 2.3.0 / 2016-07-05
59
610- support null/undefined child: https://github.com/react-component/animate/pull/11
Original file line number Diff line number Diff line change 11{
22 "name" : " rc-animate" ,
3- "version" : " 2.6.0-beta.1 " ,
3+ "version" : " 2.6.0" ,
44 "description" : " css-transition ui component for react" ,
55 "keywords" : [
66 " react" ,
Original file line number Diff line number Diff line change 88 isSameChildren ,
99} from './ChildrenUtils' ;
1010import AnimateChild from './AnimateChild' ;
11- import CSSMotion from './CSSMotion' ;
1211import animUtil from './util/animate' ;
1312
1413const defaultKey = `rc_animate_${ Date . now ( ) } ` ;
@@ -28,13 +27,9 @@ function getChildrenFromProps(props) {
2827function noop ( ) {
2928}
3029
31- export { CSSMotion } ;
32-
3330export default class Animate extends React . Component {
3431 static isAnimate = true ; // eslint-disable-line
3532
36- static CSSMotion = CSSMotion ;
37-
3833 static propTypes = {
3934 component : PropTypes . any ,
4035 componentProps : PropTypes . object ,
You can’t perform that action at this time.
0 commit comments