> 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/transitions-page.md).

# Transitions page

## 👉 **The Tag** <a href="#the-tag" id="the-tag"></a>

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

**📍 Where to add the tag:** This tag should be located at Page level  (Top-level Figma Frame)

![](/files/1bSyFgFR5qlFg6AA4Nis)

## 🏷️ Transition Types

### Slide&#x20;

Use this tag:

```
[transition:slide:left]
[transition:slide:right]
[transition:slide:up]
[transition:slide:down]
```

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

### Move&#x20;

Use this tag:

```
[transition:move:left]
[transition:move:right]
[transition:move:up]
[transition:move:down]
```

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

### Push <a href="#how-to-add-the-tag" id="how-to-add-the-tag"></a>

Use this tag:

```
[transition:push:left]
[transition:push:right]
[transition:push:up]
[transition:push:down]
```

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

### Instant  <a href="#how-to-add-the-tag" id="how-to-add-the-tag"></a>

Use this tag:

```
[transition:instant]
```

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

### Dissolve  <a href="#how-to-add-the-tag" id="how-to-add-the-tag"></a>

Use this tag:

```
[transition:dissolve]
```

<figure><img src="/files/4IacY0FR5Hj1YUWfsvuv" alt=""><figcaption></figcaption></figure>

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

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

<figure><img src="/files/5VI0cP7inS9RovK7k6Ag" alt=""><figcaption></figcaption></figure>

## 💾 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/981975323423403527>" %}


---

# 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/transitions-page.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.
