A throbber is a graphic found in a graphical user interface of a computer program (especially a web browser) that animates to show the user that the program is performing an action (such as downloading a web page)
Questions tagged [throbber]
28 questions
312
votes
18 answers
Cooler ASCII Spinners?
In a console app, an ascii spinner can be used, like the GUI wait cursor, to indicate that work is being done. A common spinner cycles through these 4 characters: '|', '/', '-', '\'
What are some other cyclical animation sequences to spice up a…

Jason Kleban
- 20,024
- 18
- 75
- 125
33
votes
4 answers
Stop the browser "throbber of doom" while loading comet/server push iframe
When using Comet, or Ajax Long Pull techniques - an iframe is usually used. And while that iframe is waiting for the long connection to close, the browser is spinning its throbber (the progress/loading indicator).
Some websites, for example…

Evgeny
- 6,533
- 5
- 58
- 64
9
votes
1 answer
Turbolinks: what is the Rails 4 way of showing progress for slow pages?
This question might sound similar to Rails turbolinks long request doesn't show page load.
I've recently started new Rails 4 application, which uses Turbolinks library by default - it is awesome: makes the application feel faster/snappier, however I…

Alex Kovshovik
- 4,085
- 4
- 35
- 36
5
votes
3 answers
I need examples for adding a throbber during page loads
Does someone have a code example of running an animated throbber during asp.net page loads? More than one example would be appreciated.

crackedcornjimmy
- 1,972
- 5
- 26
- 42
3
votes
1 answer
How do you stop browser from 'hourglassing' when Javascript is DONE (stop throbber)?
Writing a small HTML web page with some very simple Javascript in it, I noticed that after it was done, it kept the circle spinning (firefox). I've seen that many times on other pages and always thought that it was a Javascript error or loop…

Lance Roberts
- 22,383
- 32
- 112
- 130
3
votes
3 answers
Showing a throbber during html page load and rendering
I have a page that renders slowly. The trip across the net is quick. The initial load of the page is quick. You can actually see (if your machine is slow enough), the initial layout of the html components. Then some javascript stuff runs, making…

Jim Barrows
- 3,634
- 1
- 25
- 36
2
votes
1 answer
pulse jquery without a plugin
I have a simple fade in that I would like to pulse in and out indefinitely. I have found plugins that do this but was curious if jquery already had a loop() api so I could just take care of it in the script.