# MoveInFromLeft

## Overview

![The MoveInFromLeft Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-6e6b7c1c7621a0b4853e105495e88b5ad44c7292%2Fmoveinfromleftnodereal.png?alt=media)

The **MoveInFromLeft Node** applies a **Transition** to the chosen **Scene**. Starting off-screen, the chosen **Scene** moves in from the left of the **Screen**. This **Transition** leads to the chosen **Scene** covering the previous **Scene**, which remains static.

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

## Attributes

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

## See Also

* [**MoveInFromTop**](https://docs.incari.com/incari-studio/2023.2/toolbox/transition/moveinfromtop)
* [**MoveinFromRight**](https://docs.incari.com/incari-studio/2023.2/toolbox/transition/moveinfromright)
* [**MoveInFromBottom**](https://docs.incari.com/incari-studio/2023.2/toolbox/transition/moveinfrombottom)
