|
@ -4,7 +4,7 @@ import warning from 'warning'; |
|
|
|
|
|
|
|
|
export default class QueueAnim extends React.Component { |
|
|
export default class QueueAnim extends React.Component { |
|
|
componentDidMount() { |
|
|
componentDidMount() { |
|
|
warning(false, '`QueueAnim` is deperated, ' + |
|
|
warning(false, '`QueueAnim` is deprecated, ' + |
|
|
'you can import QueueAnim from \'rc-queue-anim\' directly.' + |
|
|
'you can import QueueAnim from \'rc-queue-anim\' directly.' + |
|
|
'The Demo will be moved to http://motion.ant.design/#/component/queue-anim'); |
|
|
'The Demo will be moved to http://motion.ant.design/#/component/queue-anim'); |
|
|
} |
|
|
} |
|
|