# FadeTo Action

## Overview

![The FadeTo Action Node.](https://3009747178-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIspkFTPkuGkv4UgQGs-1330240639%2Fuploads%2Fgit-blob-a36561ad1e4d0dbf31f473908d85fa641f3cf9e0%2Ffadetoaction.png?alt=media)

The **FadeTo Action Node** reduces the opacity of an **Animation** to the desired value over a specified time period, in either **Attributes** or **Inputs**.

## Attributes

| Attribute        | Type          | Description                                                                                |
| ---------------- | ------------- | ------------------------------------------------------------------------------------------ |
| `Duration (sec)` | **Float**     | The total time of the **Action**.                                                          |
| `To`             | **Float**     | The desired opacity value at the end of the **Action**.                                    |
| `Interpolation`  | **Drop-down** | The `Interpolation` type. Can be Linear, Sine Ease In, Sine Ease Out, or Sine Ease In Out. |

## Inputs

| Input         | Type           | Description                                                           |
| ------------- | -------------- | --------------------------------------------------------------------- |
| `Instance ID` | **InstanceID** | The assigned **Instance** of an **Object**.                           |
| (►) `Start`   | **Pulse**      | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`   | **ObjectID**   | The ID of the target **Object**.                                      |
| `Duration`    | **Float**      | The total time (in seconds).                                          |
| `To`          | **Float**      | The desired opacity at the end of the **Action**.                     |

## Outputs

| Output        | Type           | Description                                                                         |
| ------------- | -------------- | ----------------------------------------------------------------------------------- |
| `Instance ID` | **InstanceID** | The assigned **Instance** of an **Object**.                                         |
| `OnStart` (►) | **Pulse**      | Flows to additional actions following **FadeTo Action** when the **Action** starts. |
| `OnEnd` (►)   | **Pulse**      | Flows to additional actions following **FadeTo Action** when the **Action** stops.  |

## See Also

* [**FadeFromTo Action**](https://docs.incari.com/incari-studio/2021.1/toolbox/actions/fadefromtoaction)

## External Links

* [*Transparency (graphic)*](https://en.wikipedia.org/wiki/Transparency_\(graphic\)) on Wikipedia.
