Ease Float
PureEaseFloatApplies a named easing curve to a 0–1 alpha value. Supports Linear, Quadratic, Cubic, Sine, Expo, Elastic, Bounce, and Back modes.
Type: Pure (no side effects)
Category: Fortuna|Math & Numeric
Keywords: math & numeric
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Alpha | float | — | Alpha parameter |
| EaseType | EFBT_EaseType | — | EaseType parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | float | ReturnValue output |
Example Use Cases
Example 1
Apply ease-out-cubic to a camera lerp for a natural deceleration feel.
Example 2
Use EaseInElastic on a UI panel slide-in animation.