Signature
Interface TimelineCubicBezierProperties
| Name | Signature | Description |
|---|---|---|
x1 | x1: number | First control point time coordinate, clamped to 0..1. |
x2 | x2: number | Second control point time coordinate, clamped to 0..1. |
y1 | y1: number | First control point value coordinate, clamped to 0..1. |
y2 | y2: number | Second control point value coordinate, clamped to 0..1. |