Signature
Interface TimelineKeyframeBezierHandleProperties
| Name | Signature | Description |
|---|---|---|
x | x: number | Normalized segment time coordinate, clamped to 0..1. |
y | y: number | Normalized segment value coordinate, clamped to 0..1. |
Cubic Bezier tangent handle stored on one keyframe side.
Interface TimelineKeyframeBezierHandle| Name | Signature | Description |
|---|---|---|
x | x: number | Normalized segment time coordinate, clamped to 0..1. |
y | y: number | Normalized segment value coordinate, clamped to 0..1. |