Bounce
PureBounceSimulates a bouncing ball trajectory over a 0-1 alpha range.
Type: Pure (no side effects)
Category: Fortuna|Math & Numeric
Keywords: math & numeric
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Alpha | float 0-1 | — | Alpha parameter |
| NumBounces | int | 3 | NumBounces parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | float | ReturnValue output |
Example Use Cases
Example 1
Item drop bounce animation.
Example 2
Notification popup bounce-in effect.