> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/development/api-reference/enums/easingdirection.md).

# EasingDirection

## Overview

EasingDirection is an Enum that specifies the direction of easing calculations.

Easing determines the rate of change used to create smooth transitions in animations or calculated values. This is used in the EasingDirection property of TweenInfo.

## Items

| Name  | Value | Description                                                                                                                     |
| ----- | ----- | ------------------------------------------------------------------------------------------------------------------------------- |
| In    | 0     | Applies the easing effect forward, starting slowly and accelerating over time.                                                  |
| Out   | 1     | Applies the easing effect backward, starting fast and slowing down over time.                                                   |
| InOut | 2     | Applies the easing effect forward in the first half and backward in the second half to create a smooth, symmetrical transition. |

## See also

{% content-ref url="/pages/4EVzARW6qPxVEJ7Wk2UN" %}
[TweenInfo](/development/api-reference/datatype/tweeninfo.md)
{% endcontent-ref %}
