Interface

TimelineCubicBezier

Cubic Bezier easing control points used by Bezier keyframe interpolation.

Signature

Type Definition
Interface TimelineCubicBezier

Properties

NameSignatureDescription
x1x1: numberFirst control point time coordinate, clamped to 0..1.
x2x2: numberSecond control point time coordinate, clamped to 0..1.
y1y1: numberFirst control point value coordinate, clamped to 0..1.
y2y2: numberSecond control point value coordinate, clamped to 0..1.