Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 11
    I'm not sure taking UX advice from Microsoft is advisable Commented Jul 27, 2015 at 23:11
  • 1
    In a course with UX author Bruce Tognazzini he presented a hierarchy of loading indicators, e.g., less than half a second do nothing, half to a few seconds can be a spinner, more than a few seconds a progress bar, even longer something more informative/entertaining. If it's a JavaScript/web application at least it's pretty simple to have a progress animation appear after a 500ms timeout if the process hasn't completed sooner. Commented Jul 29, 2015 at 12:56