# SlideInFromBottom

## Overview

![The SlideInFromBottom Node.](/files/TU4VbkdCivUB6mLqR1nJ)

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

[**Scope**](/incari-studio/2023.1/toolbox/overview.md#scopes): **Project**.

## Attributes

![The SlideInFromBottomNode Attributes](/files/jTyaewUI4IMm1aP81EQ1)

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

## See Also

* [**SlideInFromTop**](/incari-studio/2023.1/toolbox/transition/slideinfromtop.md)
* [**SlideInFromRight**](/incari-studio/2023.1/toolbox/transition/slideinfromright.md)
* [**SlideInFromLeft**](/incari-studio/2023.1/toolbox/transition/slideinfromleft.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.incari.com/incari-studio/2023.1/toolbox/transition/slideinfrombottom.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
