# Fade

## Overview

![The Fade Node.](/files/2HFekX3r1ngHM10k7re0)

The **Fade** **Node** creates a **Transition** between **Scenes** in which the initial **Scene** fades out and then the final **Scene** fades in. It receives as inputs the final **Scene**, the **Screen** in which the **Transition** will take place, and the duration of the **Transition**.

[**Scope**](/incari-studio/2023.1/toolbox/overview.md#scopes): **Project**.

## Attributes

![The Fade Node Attributes.](/files/k0cXmJDjvh2E31NSnM3k)

| Attribute        | Type      | Description                                                                                |
| ---------------- | --------- | ------------------------------------------------------------------------------------------ |
| `Duration (sec)` | **Float** | The duration, in seconds, of the **Transition**, if none is given in the **Input Socket**. |

## Inputs

| Input       | Type         | Description                                                           |
| ----------- | ------------ | --------------------------------------------------------------------- |
| (►) `Start` | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `In Scene`  | **SceneID**  | The **Scene** to which the current **Scene** will **Transition** to.  |
| `Screen`    | **ScreenID** | The **Screen** that contains the initial and final **Scenes**.        |
| `Duration`  | **Float**    | The duration, in seconds, of the **Transition**.                      |

## Outputs

| Output        | Type      | Description                                                                   |
| ------------- | --------- | ----------------------------------------------------------------------------- |
| `OnStart` (►) | **Pulse** | Flows to the next **Node** following **Fade** when the **Transition** starts. |
| `OnEnd` (►)   | **Pulse** | Flows to the next **Node** following **Fade** when the **Transition** ends.   |

## See Also

* [**CrossFade**](/incari-studio/2023.1/toolbox/transition/crossfade.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/2023.1/toolbox/transition/fade.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.
