logoAnt Design

⌘ K
  • Design
  • Development
  • Components
  • Blog
  • Resources
5.26.1
  • Ant Design
    • Introduction
    • Design Values
    • Cases
  • Global Styles
    • Colors
    • Layout
    • Font
    • Icons
    • Dark Mode
    • Shadow
  • Design Patterns
    • Overview
    • Global Rules
      • Feedback
      • Navigation
      • Data Entry
      • Data Display
      • Copywriting
      • Data format
      • Button
      • Data List
    • Principles
      • Proximity
      • Alignment
      • Contrast
      • Repetition
      • Make it Direct
      • Stay on the Page
      • Keep it Lightweight
      • Provide an Invitation
      • Use Transition
      • React Immediately
    • Template Document
      • Visualization Page
      • Detail Page
  • Design Patterns (Research)
    • Overview
    • Template Document
      • Form Page
      • Workbench
      • List Page
      • Result Page
      • Exception Page
    • Global Rules
      • Navigation
      • Message and Feedback
      • Empty Status
  • Visualization
  • Motion
  • Illustrations
Lookup Patterns
Live Suggest

React Immediately

contributors
  • Use TransitionVisualization Page

    Resources

    Ant Design X
    Ant Design Charts
    Ant Design Pro
    Pro Components
    Ant Design Mobile
    Ant Design Mini
    Ant Design Web3
    Ant Design Landing-Landing Templates
    Scaffolds-Scaffold Market
    Umi-React Application Framework
    dumi-Component doc generator
    qiankun-Micro-Frontends Framework
    Ant Motion-Motion Solution
    China Mirror 🇨🇳

    Community

    Awesome Ant Design
    Medium
    X
    yuque logoAnt Design in YuQue
    Ant Design in Zhihu
    Experience Cloud Blog
    seeconf logoSEE Conf-Experience Tech Conference

    Help

    GitHub
    Change Log
    FAQ
    Bug Report
    Issues
    Discussions
    StackOverflow
    SegmentFault

    Ant XTech logoMore Products

    yuque logoYuQue-Document Collaboration Platform
    AntV logoAntV-Data Visualization
    Egg logoEgg-Enterprise Node.js Framework
    Kitchen logoKitchen-Sketch Toolkit
    Galacean logoGalacean-Interactive Graphics Solution
    xtech logoAnt Financial Experience Tech
    Theme Editor
    Made with ❤ by
    Ant Group and Ant Design Community

    Invitations are powerful because they directly address discoverability and provide feedback before an interaction happens. Transitions are useful because they provide visual feedback during an interaction. But another class of feedback exists. It is the feedback that happens immediately after each interaction with the system, an immediate reaction paired with the user's action.

    While we can't literally extend Newton's law to the world of user interfaces, we certainly can apply this principle to the way we should interact with users. When users click on a button, they expect the button to depress. When they type in a field, they expect to see characters show up in the text box. When they make a mistake, they want the application to tell them where they goofed.

    While there is a possibility of too much feedback (or, more accurately, too much of the wrong feedback—a concept we will discuss in the upcoming chapters), a system with little or no feedback feels sluggish and thickheaded.

    Newton's Third Law of Motion: For every action, there is an equal and opposite reaction, from Wikipedia.


    Lookup Patterns

    example of Certain Category
    Preview
    example of Certain Category
    The keyword of the user query is only displayed in three categories, Topics, Questions and Articles.
    example of Uncertain Category
    Preview
    example of Uncertain Category
    The number of categories the keyword of the user query belongs to is uncertain.

    Auto Complete: As the user types input into a field, a drop-down menu of matching values is displayed. Depending on the categories of search results, it can be divided into two types, Certain Category and Uncertain Category.


    example of Live Search
    Preview
    example of Live Search
    When the user type a search value, the system instantly displays the search results.

    Live Suggest: Live Suggest provides real-time search term suggestions for creating a search.



    Live Suggest

    example of Live Preview
    Preview
    example of Live Preview
    Depending on the type of the input from the user, the system provides instant feedback on password strength and validation.

    Live Preview: A Live Preview gives the users a glimpse beforehand of how the application will interpret their input once submitted.

    Note: An ounce of prevention is worth a pound of cure. Use Live Previews to prevent errors.


    Progressive Disclosure: When users are faced with a series of steps, it is often best to provide hints only when they are needed, instead of cluttering the interface by displaying all the hints at once. Learn more cases on Stay on the Page/Progressive Disclosure.


    example of Loading Button
    Preview
    example of Loading Button
    example of Loading Table
    Preview
    example of Loading Table
    example of Loading List
    Preview
    example of Loading List
    example of Loading Page
    Preview
    example of Loading Page

    Progress Indicator: Progress Indicators keep a conversation going with the user when the rest of the interface is currently unavailable. Common Progress Indicators, such as Loading Button, Loading Table, Loading List and Loading Page, can be displayed respectively according to the frequency and importance of operation.


    example of Click Refresh
    Preview
    example of Click Refresh

    Click Refresh: Click Refresh notifies the user of fresh content and provides button or tool to refresh.


    example of Periodic Refresh
    Preview
    example of Periodic Refresh
    The added list item turns to be highlighted and get back to normal in a few seconds.

    Periodic Refresh: Periodic Refresh brings in fresh content on a periodic basis without direct user interaction.