EasingDirection

Specifies the direction of an easing calculation. Easing determines the rate of change used to create smooth transitions in animations or calculated values.

Items

Name
Value
Description

In

0

The easing effect is applied in a forward direction, starting slow and gaining speed.

Out

1

The easing effect is applied in a reverse direction, starting fast and slowing down.

InOut

2

The easing effect is applied forward during the first half and reversed during the second half, creating a smooth, symmetrical transition.

Last updated