Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRAFT New Pattern: Acknowledge Actions #4

Open
sergeychernyshev opened this issue Dec 4, 2017 · 0 comments
Open

DRAFT New Pattern: Acknowledge Actions #4

sergeychernyshev opened this issue Dec 4, 2017 · 0 comments

Comments

@sergeychernyshev
Copy link
Collaborator

sergeychernyshev commented Dec 4, 2017

When operation initiated by the user is expected to take noticeable amount of time (>100ms), it is beneficial to give user visual feedback to acknowledge their action and sooth waiting time.

Common examples include disabling form submission button and/or adding a progress messages like "Submitting a form..." or "Loading the results...". This technique is traditionally used to avoid repeated submissions of form data, which in itself is indicative of user's frustration with the UI.

Another simple example for page-to-page transitions where significant portion of the page is intended to change, is to erase content area of the page (e.g. below navigation) immediately after user interaction to show quick response while loading subsequent page in parallel.

Existing blog posts, articles, videos

Links to successful implementations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant