> For the complete documentation index, see [llms.txt](https://docs.bravostudio.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bravostudio.app/bravo-tags/pages/page-reveal-animations.md).

# Page reveal animations

## 👉 **The Tag**

Add a tag to set up a specific transition to open an app page.

**📍 Where to add the tag:** A top-level app page.

![](/files/4AJRLPX2NSWY0I32yLFO)

## 🏷️  **How to add the tag** <a href="#how-to-add-the-tag" id="how-to-add-the-tag"></a>

1. On a blank app page, create a Reveal animation design.
2. Use the tag that you prefer the most for your reveal animation.

### Contract

Use this tag:

```
[animation:contract:light]
[animation:contract:medium]
[animation:contract:heavy]
```

![](/files/QN9fSL3d0vN1jUInlOdC)

### Fade in&#x20;

Use this tag:

```
[animation:fadein:light]
[animation:fadein:medium]
[animation:fadein:heavy]
```

![](/files/poTnd34Q8jqe7PW9VCQe)

### Spin&#x20;

Use the follow tag:

```
[animation:spin:light]
[animation:spin:medium]
[animation:spin:heavy]
```

![](/files/6SBncMLIWTn7VvfjNbvw)

### Expand&#x20;

Use this tag:

```
[animation:expand:light]
[animation:expand:medium]
[animation:expand:heavy]
```

<figure><img src="/files/leXYmLJZvbAgoWwjKYwv" alt=""><figcaption></figcaption></figure>

### Slide left&#x20;

Use this tag:

```
[animation:slideleft:light]
[animation:slideleft:medium]
[animation:slideleft:heavy]
```

![](/files/Ys2sZZxbuc5ZjgwtXHrV)

### Slide right&#x20;

Use this tag:

```
[animation:slideright:light]
[animation:slideright:medium]
[animation:slideright:heavy]
```

<figure><img src="/files/XAsRcMPkmVHrn42BZ8Az" alt=""><figcaption></figcaption></figure>

### Slide top&#x20;

Use this tag:

```
[animation:slidetop:light]
[animation:slidetop:medium]
[animation:slidetop:heavy]
```

<figure><img src="/files/htyT9ztPWBQxRRFJoJxp" alt=""><figcaption></figcaption></figure>

### Slide bottom&#x20;

Use this tag:

```
[animation:slidebottom:light]
[animation:slidebottom:medium]
[animation:slidebottom:heavy]
```

<figure><img src="/files/r2rOFd8349LAd2BjAIdU" alt=""><figcaption></figcaption></figure>

Now you can do the prototyping! Your reveal animation is ready to use. Import to Bravo & preview on Bravo Vision 🚀

<figure><img src="/files/17RmGstLgwuH0uTKr2iM" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Designers and developers use various techniques and frameworks to implement reveal animations, ensuring they contribute positively to the overall user experience.
{% endhint %}

## 💾 Example files <a href="#example-files" id="example-files"></a>

Duplicate the files below to see how to set it up!

{% embed url="<https://www.figma.com/community/file/938435282064183751/bravo-sample-page-reveal-animations>" %}


---

# 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://docs.bravostudio.app/bravo-tags/pages/page-reveal-animations.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.
