mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
fix links
This commit is contained in:
parent
a458de0a88
commit
db00e94b40
@ -262,7 +262,7 @@ timeline: true
|
||||
|
||||
这里的改动在升级后控制台会出现警告提示,请按提示进行修改。
|
||||
|
||||
- 废弃 QueueAnim,可以直接 import [rc-queue-anim](https://github.com/react-component/queue-anim) 用以代替。Ant Design 的动效方案已移至 [Ant Motion](http://motion.ant.design/#/components/queue-anim),欢迎前往探索。
|
||||
- 废弃 QueueAnim,可以直接 import [rc-queue-anim](https://github.com/react-component/queue-anim) 用以代替。Ant Design 的动效方案已移至 [Ant Motion](http://motion.ant.design/components/queue-anim),欢迎前往探索。
|
||||
- Affix 的 `offset` 属性重命名为 `offsetTop`。
|
||||
- Popover 的 `overlay` 属性重命名为 `content`。
|
||||
- Progress.Line 使用方式改为 `<Progress />` 或 `<Progress type="line" />`。
|
||||
|
@ -6,7 +6,7 @@ export default class QueueAnim extends React.Component {
|
||||
componentDidMount() {
|
||||
warning(false, '`QueueAnim` is deprecated, ' +
|
||||
'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');
|
||||
}
|
||||
render() {
|
||||
return <RcQueueAnim {...this.props} />;
|
||||
|
@ -16,7 +16,7 @@ english: QueueAnim
|
||||
|
||||
## API
|
||||
|
||||
> 此组件 `antd@1.0.0+` 后标记为废弃,您可以直接使用 `import QueueAnim from 'rc-queue-anim'` 来代替,相关文档也已移到 [ant-motioin](http://motion.ant.design/#/components/queue-anim)。
|
||||
> 此组件 `antd@1.0.0+` 后标记为废弃,您可以直接使用 `import QueueAnim from 'rc-queue-anim'` 来代替,相关文档也已移到 [ant-motioin](http://motion.ant.design/components/queue-anim)。
|
||||
|
||||
> [ant-motioin](http://motion.ant.design/) 是一个动效设计语言,欢迎关注。
|
||||
|
||||
|
@ -77,4 +77,4 @@ english: 巧用过渡
|
||||
|
||||
## 自然运动
|
||||
|
||||
参见 [Ant Motion 动画语言](http://motion.ant.design/#/language/)。
|
||||
参见 [Ant Motion 动画语言](http://motion.ant.design/language/time)。
|
||||
|
Loading…
Reference in New Issue
Block a user