A throbber, also known as a loading icon, is an animated graphical control element used to show that a computer program is performing an action in the background (such as downloading content, conducting intensive calculations or communicating with an external device).[1][2][3] In contrast to a progress bar, a throbber does not indicate how much of the action has been completed.

A circle of mostly grey and some black segments, animated to appears as though it is moving clockwise
A throbber animation like that seen on many websites when a blocking action is being performed in the background

History

edit

An early use of a throbber occurred in the NCSA Mosaic web browser of the early 1990s, which featured an NCSA logo that animated while Mosaic downloaded a web page. As the user could still interact with the program, the pointer remained normal (and not a busy symbol, such as an hourglass); therefore, the throbber provided a visual indication that the program was performing an action.

The Netscape web browser also featured a throbber. In version 1.0 of Netscape, this took the form of a big blue "N" (Netscape's logo at the time). The animation depicted the "N" expanding and contracting – hence the name "throbber".[citation needed]

The IBM WebExplorer offered a webpage the opportunity to change the look and the animation of the throbber by using proprietary HTML code.[4]

The Arena web browser has a command-line option to change the throbber with a local file.[5]

Spinning wheel

edit
 
Loading screen in the Telegram app

Throbbers also appear in client side applications (such as Ajax web apps) where an application within the web browser would wait for some operation to complete. Most of these throbbers appear as a "spinning wheel", which typically consist of 8, 10, or 12 part-radial lines or discs arranged in a circle, as if on a clock face, highlighted in turn as if a wave is moving clockwise around the circle.

In text user interfaces and command lines, the spinning wheel is commonly replaced by a fixed-width character which is cycled through discrete states, such as "|", "/", "-" and "\", which act as the frames of a looping animation-like effect. Unlike graphical activity indicators, this style of throbber is commonly paired with a progress display like a bar, since the lower effective resolution of character-based progress bars can benefit from a separate indication of activity. Often, the spinner is displayed at or near the position of the typing cursor, then called a "spinning cursor" or "rotating cursor". This style of throbber dates from versions of UNIX appearing in the latter 1970s, and DR-DOS utilities in the 1980s, since it requires at least a character-cell addressable display—one which can be quickly updated to make precise changes to already displayed text—but given that is otherwise simple to program.

See also

edit

References

edit
  1. ^ Branwyn, Gareth (May 1997), Jargon Watch: A Pocket Dictionary for the Jitterati, Hardwired, ISBN 1888869062
  2. ^ Cradler, Dan (October 1997), Hacker's Guide to Navigator, Waite Group, ISBN 1571690948
  3. ^ Laybourne, Kit (December 1998), The animation book: a complete guide to animated filmmaking--from flip-books to sound cartoons to 3-D animation (New Digital ed.), Three Rivers, p. 267, ISBN 0517886022
  4. ^ Frommert, Hartmut. "OS/2 Web Explorer's proprietary html tags". Archived from the original on 21 December 1996. Retrieved 18 May 2018.
  5. ^ Håkon Wium Lie (13 March 1995). "Arena: Command Line Options". World Wide Web Consortium. Retrieved 6 June 2010.