# SlideInFromTop

## Overview

![The SlideInFromTop Node.](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-a8bcf0f565b96855e3339f7f6f912cb1b97595a5%2Fslideinfromtopupdatedimage.png?alt=media)

The **SlideInFromTop Node** applies a **Transition** from the current **Scene** to the chosen **Scene**. Starting off-screen, the chosen **Scene** moves in from the top of the **Screen**. This **Transition** leads to the chosen **Scene** pushing the previous **Scene** to the bottom, the latter of which disappears from view as the **Transition** ends and is replaced by the former.

[**Scope**](https://docs.incari.com/incari-studio/2023.1/overview#scopes): **Project**.

## Attributes

![The SlideInFromTopNode Attributes](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-ed6ca091027a1201edf2cbd9aca2dfd49c494d89%2Fslideinfromtopatts.png?alt=media)

| 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 **SlideInFromTop** when the **Transition** starts. |
| `OnEnd` (►)   | **Pulse** | Flows to the next **Node** following **SlideInFromTop** when the **Transition** ends.   |

## See Also

* [**SlideInFromBottom**](https://docs.incari.com/incari-studio/2023.1/toolbox/transition/slideinfrombottom)
* [**SlideInFromRight**](https://docs.incari.com/incari-studio/2023.1/toolbox/transition/slideinfromright)
* [**SlideInFromLeft**](https://docs.incari.com/incari-studio/2023.1/toolbox/transition/slideinfromleft)
