update docs

pull/1196/merge
afc163 9 years ago
parent 7d3ebba564
commit b6ffd6ced1

@ -8,7 +8,7 @@
根据费茨法则Fitts's Law所描述的如果用户鼠标移动距离越少、对象相对目标越大那么用户越容易操作。通过运用上下文工具放在内容中的操作工具使内容和操作融合从而简化交互。
> 注:费茨法则:到达目标的时间是到达目标的距离与目标大小的函数,具体:t = a + b log2 (D / S + 1。其中1.设备当前位置和目标位置的距离D2.目标的大小S)。距离越长,所用时间越长;目标越大,所用时间越短。
> 注:费茨法则:到达目标的时间是到达目标的距离与目标大小的函数,具体:<img src="https://os.alipayobjects.com/rmsportal/wAcbQmeqTWDqsnu.png" width="150" />。其中1.设备当前位置和目标位置的距离D2.目标的大小W)。距离越长,所用时间越长;目标越大,所用时间越短。
## 实时可见工具

@ -33,12 +33,12 @@
#### 中台十大设计原则
- [亲密性 Proximity](./proximity)
- [对齐 Alignment]()
- [对比 Contrast]()
- [重复 Repetition]()
- [直截了当 Make it Direct]()
- [简化交互 Keep it Lightweight]()
- [足不出户 Stay on The Page]()
- [提供邀请 Provide Invitation]()
- [巧用过渡 Use Transition]()
- [即时反应 React Immediately]()
- [对齐 Alignment](./alignment)
- [对比 Contrast](./contrast)
- [重复 Repetition](./repetition)
- [直截了当 Make it Direct](./direct)
- [简化交互 Keep it Lightweight](./lightweight)
- [足不出户 Stay in the Page](./stay)
- [提供邀请 Provide Invitation](./invitation)
- [巧用过渡 Use Transition](./transition)
- [即时反应 React Immediately](./reaction)

Loading…
Cancel
Save