# Status Animation

{% hint style="info" %}
**Block Information**

Available in: Page Flow

Toolbox Category: Page Content

Block Type: [Output](/app-editor/page-flow/block-anatomy.md#output-block)

Output Type: [*text*](/app-editor/page-flow/references/value-types.md)
{% endhint %}

The **`Status Animation`** block is an [output block](/app-editor/page-flow/block-anatomy.md#output-block) that dynamically creates a visual indicator used for providing feedback during actions that may take some time to complete, such as data loading, form submission, or application processing.&#x20;

<div align="left"><figure><img src="/files/3ZUKDsw1TTNDHVf3gTPm" alt="" width="563"><figcaption><p>Status Animation block</p></figcaption></figure></div>

It consists of the following (from left to right):

* *Type*: [Dropdown configuration setting](/app-editor/page-flow/block-anatomy.md#dropdown) with options for Spinning or Pulsing.
* *Style*: [Dropdown configuration setting](/app-editor/page-flow/block-anatomy.md#dropdown) with pre-defined color options.
* *Size*: [Dropdown configuration setting](/app-editor/page-flow/block-anatomy.md#dropdown) with pre-defined size options of Normal and Small .

{% hint style="success" %}
You can attach the block to [Set Content](/app-editor/page-flow/toolbox-blocks/set-content.md) or [Set Content in Data Design](/app-editor/page-flow/toolbox-blocks/set-content-in-data-design.md) blocks to display the content on the page or form.
{% endhint %}

***

## Usage Example

An example of the usage for the Status Animation block is shown below:

The example displays a spinning status animation using the [Set Content block](/app-editor/page-flow/toolbox-blocks/set-content.md) and then proceeds to conduct a task (in this case a database table lookup operation). When the task completes, the spinning status animation is replaced by an [Alert](/app-editor/page-editor/built-in-elements/alert.md) using the [Alert Text block](/app-editor/page-flow/toolbox-blocks/alert-text.md).

<figure><img src="/files/kOGyi6qzCNdYPVOziZjl" alt=""><figcaption><p>Status Animation block usage example</p></figcaption></figure>

***

## See also

[Page Flow Set Content block](/app-editor/page-flow/toolbox-blocks/set-content.md)

[Alert Text block](/app-editor/page-flow/toolbox-blocks/alert-text.md)


---

# Agent Instructions: 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:

```
GET https://docs.zingy.ai/app-editor/page-flow/toolbox-blocks/status-animation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
