new AnimationCurveKey(time, value) → {AnimationCurveKey}
Defines a point (x, y) in ([0,1], [0,1]).
Parameters:
| Name | Type | Description |
|---|---|---|
time |
number | A normalized value that defines the time at which the curve should be at value. |
value |
number | A normalized value that defines the value at which the curve should be at time. |
- Source:
Returns:
- Type
- AnimationCurveKey