ant-design/docs/spec/transition.en-US.md
HzLin 0d2b50b639
docs(transition.md): fix the word (#40399)
* docs(transition.md): fix the word

* docs: fix the word
2023-01-29 00:26:17 +08:00

2.9 KiB

group type order title
Design Patterns Principles 9 Use Transition

Our Gray Matter are wired to react to dynamic things like movement,shape change and color change. Transitions smooth out the jarring world of the Web, making changes appear more natural. The main purpose for Transitions is to provide an engaging interface and reinforce communication.

  • Adding: The added elements should inform the users how to use, and the modified elements should be recognized.
  • Receding: The irrelevant page elements should be removed properly.
  • Normal: The elements without any change on the page can be safely ignored.

Maintain Context While Changing Views

Slide In and Slide Out: Create an illusion of virtual space.