# MoveInFromBottom

## Overview

![The MoveInFromBottom Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-528faeb8e1d2ff7210d0d1490759851c300b0258%2Fmoveinfrombottomnode20241.png?alt=media)

The **MoveInFromBottom** **Node** creates a **Transition** from the current **Scene** to a chosen **Scene**. Starting off-screen, the chosen **Scene** moves in from the bottom of the **Screen**. This **Transition** leads to the chosen **Scene** covering the previous **Scene**, which remains static.

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

## Attributes

![The MoveInFromBottom Node Attributes\*\*](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-afbb1324c9b5ab1ba309ac66156d51adebd49f15%2Fmoveinfrombottomatts.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 **MoveInFromBottom** when the **Transition** starts. |
| `OnEnd` (►)   | **Pulse** | Flows to the next **Node** following **MoveInFromBottom** when the **Transition** ends.   |

## See Also

* [**MoveInFromTop**](https://docs.incari.com/incari-studio/toolbox/transition/moveinfromtop)
* [**MoveInFromLeft**](https://docs.incari.com/incari-studio/toolbox/transition/moveinfromleft)
* [**MoveInFromRight**](https://docs.incari.com/incari-studio/toolbox/transition/moveinfromright)
