# Pause Animation

## Overview

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

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

[**Scope**](https://docs.incari.com/incari-studio/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/toolbox/incari/animation/..#instance-id) of the **Animation** to be paused. |

## 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

* [**Play Animation**](https://docs.incari.com/incari-studio/toolbox/incari/animation/playanimation)
* [**Stop Animation**](https://docs.incari.com/incari-studio/toolbox/incari/animation/stopanimation)
