Skip to content

Commit

Permalink
css-animation => @ant-design/css-animation
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed May 7, 2020
1 parent d3361ef commit 45eccd9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"babel-runtime": "6.x",
"classnames": "^2.2.6",
"css-animation": "^1.3.2",
"@ant-design/css-animation": "^1.7.2",
"prop-types": "15.x",
"raf": "^3.4.0",
"rc-util": "^4.15.3",
Expand Down
2 changes: 1 addition & 1 deletion src/AnimateChild.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom';
import PropTypes from 'prop-types';
import cssAnimate, { isCssAnimationSupported } from 'css-animation';
import cssAnimate, { isCssAnimationSupported } from '@ant-design/css-animation';
import animUtil from './util/animate';

const transitionMap = {
Expand Down
2 changes: 1 addition & 1 deletion tests/multiple.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import ReactDOM from 'react-dom';
import PropTypes from 'prop-types';
import TestUtils from 'react-dom/test-utils';
import expect from 'expect.js';
import CssAnimation from 'css-animation';
import CssAnimation from '@ant-design/css-animation';
import Animate from '../';
import './index.spec.css';

Expand Down
2 changes: 1 addition & 1 deletion tests/single.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint no-console:0, react/no-multi-comp:0, react/no-string-refs:0 */

import React from 'react';
import CssAnimation from 'css-animation';
import CssAnimation from '@ant-design/css-animation';
import Animate from '../index';
import single from './single-common.spec';

Expand Down

0 comments on commit 45eccd9

Please sign in to comment.