> For the complete documentation index, see [llms.txt](https://anticode.gitbook.io/templates/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anticode.gitbook.io/templates/plugins/bubble-loading-spinners.md).

# Bubble - Loading Spinners

### Overview

This Plugin enables you to add up to 12 beautiful loading animations to your bubble app, greatly enhancing the user experience . You can trigger the loading animation within a workflow or just add the element to the page and make it visible with conditional statements. Currently the loading animations are all in the same colour (#20A4F3). For a demo please visit:

<https://loadingspinner.bubbleapps.io/>

### Instructions

There are two elements included with this plugin:

1. The "Spinner" element can be placed anywhere within your app but has be activated and deactivated within a workflow under Element Actions -> Show Spinner/Hide Spinner. This is ideal if you want to show a Popup for example and start showing the spinner at the beginning of the workflow and then hiding it at the end of the spinner.
2. The "Constant Spinner" element is always visible on page load and cannot by accessed within a workflow. This element is ideal if you want it to be displayed only when a repeating group is loading data. To do this, simply uncheck the checkbox "This element is visible on page load" and than add a conditional such as "When Repeating Group A is Loading" -> "This element is visible."


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://anticode.gitbook.io/templates/plugins/bubble-loading-spinners.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
