mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-31 12:18:42 +08:00
update docs
This commit is contained in:
parent
7d3ebba564
commit
b6ffd6ced1
@ -8,7 +8,7 @@
|
||||
|
||||
根据费茨法则(Fitts's Law)所描述的,如果用户鼠标移动距离越少、对象相对目标越大,那么用户越容易操作。通过运用上下文工具(即:放在内容中的操作工具),使内容和操作融合,从而简化交互。
|
||||
|
||||
> 注:费茨法则:到达目标的时间是到达目标的距离与目标大小的函数,具体:t = a + b log2 (D / S + 1)。其中:1.设备当前位置和目标位置的距离(D);2.目标的大小(S)。距离越长,所用时间越长;目标越大,所用时间越短。
|
||||
> 注:费茨法则:到达目标的时间是到达目标的距离与目标大小的函数,具体:<img src="https://os.alipayobjects.com/rmsportal/wAcbQmeqTWDqsnu.png" width="150" />。其中:1.设备当前位置和目标位置的距离(D);2.目标的大小(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…
Reference in New Issue
Block a user