throbber
A throbber is a graphical user interface element used to indicate that a task is in progress. It functions as a loading indicator, signaling to the user that the system is busy and that no immediate response should be expected. Throbbers are common during network requests, file I/O, or other long-running operations in web pages and applications.
Visual designs vary, with circular spinners being the most recognizable form, but linear progress bars and
Accessibility considerations are important: include appropriate ARIA attributes or text labels (for example, aria-label="Loading") and avoid
Historically, the term throbber has been used in some software development communities, notably in Mozilla projects,