Browse Source

fix links

pull/2474/head
afc163 8 years ago
parent
commit
db00e94b40
  1. 2
      CHANGELOG.md
  2. 2
      components/queue-anim/index.jsx
  3. 2
      components/queue-anim/index.md
  4. 2
      docs/spec/transition.md

2
CHANGELOG.md

@ -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" />`

2
components/queue-anim/index.jsx

@ -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} />;

2
components/queue-anim/index.md

@ -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/) 是一个动效设计语言,欢迎关注。

2
docs/spec/transition.md

@ -77,4 +77,4 @@ english: 巧用过渡
## 自然运动
参见 [Ant Motion 动画语言](http://motion.ant.design/#/language/)。
参见 [Ant Motion 动画语言](http://motion.ant.design/language/time)。

Loading…
Cancel
Save