# Transition

## Introduction

The **Transition** **Nodes** are used for creating **Transitions** between [**Scenes**](/incari-studio/objects-and-types/project-objects/scene.md) in a [**Screen**](/incari-studio/objects-and-types/project-objects/screen.md). A **Transition** is the process of changing the displayed **Scene** on a **Screen**.

There are three types of **Transitions** that can be created:

* **Fade**: The initial **Scene** fades out and the final **Scene** fades in.
* **MoveIn**: The final **Scene** moves in from a side of the **Screen** and covers the initial **Scene**.
* **SlideIn**: The final **Scene** slides in from a side of the **Screen** and pushes out the initial **Scene**.

## Contents

* [**CrossFade**](/incari-studio/toolbox/transition/crossfade.md)
* [**Fade**](/incari-studio/toolbox/transition/fade.md)
* [**MoveInFromBottom**](/incari-studio/toolbox/transition/moveinfrombottom.md)
* [**MoveInFromLeft**](/incari-studio/toolbox/transition/moveinfromleft.md)
* [**MoveInFromRight**](/incari-studio/toolbox/transition/moveinfromright.md)
* [**MoveInFromTop**](/incari-studio/toolbox/transition/moveinfromtop.md)
* [**SlideInFromBottom**](/incari-studio/toolbox/transition/slideinfrombottom.md)
* [**SlideInFromLeft**](/incari-studio/toolbox/transition/slideinfromleft.md)
* [**SlideInFromRight**](/incari-studio/toolbox/transition/slideinfromright.md)
* [**SlideInFromTop**](/incari-studio/toolbox/transition/slideinfromtop.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.incari.com/incari-studio/toolbox/transition.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.
