Skip to content

Commit

Permalink
chore: Use rc-motion instead of rc-animate
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Aug 5, 2020
1 parent 184d75e commit be1eb16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"dependencies": {
"@babel/runtime": "^7.10.1",
"classnames": "2.x",
"rc-select": "^11.0.4",
"rc-select": "^11.1.1",
"rc-tree": "^3.8.0",
"rc-util": "^5.0.5"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* eslint-disable import/no-extraneous-dependencies */

import React from 'react';
import { genCSSMotion } from 'rc-animate/lib/CSSMotion';
import CSSMotionList, { genCSSMotionList } from 'rc-animate/lib/CSSMotionList';
import { genCSSMotion } from 'rc-motion/lib/CSSMotion';
import CSSMotionList, { genCSSMotionList } from 'rc-motion/lib/CSSMotionList';

let mock = false;

Expand Down

0 comments on commit be1eb16

Please sign in to comment.