# SlideInFromRight

## Overview

![The SlideInFromRight Node.](https://4263346935-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLnh3x8s9fddWeG8TaAug%2Fuploads%2Fgit-blob-fc738c528932493f7cec3ea91ead8c54459b79ae%2Fslideinfromrightnode20241.png?alt=media)

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

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

## Attributes

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

## See Also

* [**SlideInFromLeft**](https://docs.incari.com/incari-studio/2024.1/toolbox/transition/slideinfromleft)
* [**SlideInFromTop**](https://docs.incari.com/incari-studio/2024.1/toolbox/transition/slideinfromtop)
* [**SlideInFromBottom**](https://docs.incari.com/incari-studio/2024.1/toolbox/transition/slideinfrombottom)
