# Stop Animation

## Overview

![The Stop Animation Node.](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-bd30705271f4d6620a344003863e0f32eca7fd87%2Fstopanimationupdatedimage.png?alt=media)

**Stop Animation** is an **Animation** **Node** used to stop an **Animation** already playing. It receives as input the [**Instance ID**](https://docs.incari.com/incari-studio/2023.1/toolbox/incari/animation/..#instance-id) of the **Animation** to be stopped.

[**Scope**](https://docs.incari.com/incari-studio/2023.1/overview#scopes): **Scene**, **Function**, **Prefab**.

## Inputs

| Input             | Type           | Description                                                                                                                                     |
| ----------------- | -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**      | A standard **Input Pulse**, to trigger the execution of the **Node**.                                                                           |
| `Instance ID`     | **InstanceID** | The [**Instance ID**](https://docs.incari.com/incari-studio/2023.1/toolbox/incari/animation/..#instance-id) of the **Animation** to be stopped. |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |

## See Also

* [**Pause Animation**](https://docs.incari.com/incari-studio/2023.1/toolbox/incari/animation/pauseanimation)
* [**Play Animation**](https://docs.incari.com/incari-studio/2023.1/toolbox/incari/animation/playanimation)
