Ease In/Out
Applies easing function to input value (0-1)
basic
Since P00
Input Ports
Input
Input input for Ease In/Out.
Output Ports
Output
Output output from Ease In/Out.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Mode | Enum | ease_in_out | Controls the mode setting for Ease In/Out. |
| Power | Float | 2.0 | Curve intensity (1.0 to 10.0) |
Overview
Applies easing function to input value (0-1)
Inputs and Outputs
Input Ports
- Input
Float: Input input for Ease In/Out.
Output Ports
- Output
Float: Output output from Ease In/Out.
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Mode | Enum | ease_in_out | Controls the mode setting for Ease In/Out. |
| Power | Float | 2.0 | Curve intensity (1.0 to 10.0) |
When to Use
Use Ease In/Out when you need this operation to remain explicit, reusable, and easy to tune inside a PixPipeline node graph.
Notes
Connect compatible data types and preview the result while tuning this node. Parameter names and port names follow the PixPipeline UI.