# SlideInFromLeft

## Overview

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

The **SlideInFromLeft Node** applies a **Transition** from the current **Scene** 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** pushing the previous **Scene** to the right, the latter of which disappears from view as the **Transition** ends and is replaced by the former.

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

## Attributes

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

## See Also

* [**SlideinFromRight**](https://docs.incari.com/incari-studio/toolbox/transition/slideinfromright)
* [**SlideinFromTop**](https://docs.incari.com/incari-studio/toolbox/transition/slideinfromtop)
* [**SlideinFromBottom**](https://docs.incari.com/incari-studio/toolbox/transition/slideinfrombottom)
