Skip to content

Commit 45eccd9

Browse files
committed
css-animation => @ant-design/css-animation
1 parent d3361ef commit 45eccd9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"dependencies": {
5959
"babel-runtime": "6.x",
6060
"classnames": "^2.2.6",
61-
"css-animation": "^1.3.2",
61+
"@ant-design/css-animation": "^1.7.2",
6262
"prop-types": "15.x",
6363
"raf": "^3.4.0",
6464
"rc-util": "^4.15.3",

src/AnimateChild.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import ReactDOM from 'react-dom';
33
import PropTypes from 'prop-types';
4-
import cssAnimate, { isCssAnimationSupported } from 'css-animation';
4+
import cssAnimate, { isCssAnimationSupported } from '@ant-design/css-animation';
55
import animUtil from './util/animate';
66

77
const transitionMap = {

tests/multiple.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import ReactDOM from 'react-dom';
44
import PropTypes from 'prop-types';
55
import TestUtils from 'react-dom/test-utils';
66
import expect from 'expect.js';
7-
import CssAnimation from 'css-animation';
7+
import CssAnimation from '@ant-design/css-animation';
88
import Animate from '../';
99
import './index.spec.css';
1010

tests/single.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint no-console:0, react/no-multi-comp:0, react/no-string-refs:0 */
22

33
import React from 'react';
4-
import CssAnimation from 'css-animation';
4+
import CssAnimation from '@ant-design/css-animation';
55
import Animate from '../index';
66
import single from './single-common.spec';
77

0 commit comments

Comments
 (0)