The Cubic Bézier generates an easing curve using a cubic bézier equation. The output curve ranges from 0-1. Its values map to the CSS cubic-bezier function.
Progress
A number from 0-1 that represents the progress of the animation.
X1
The X component of the first control point.
Y1
The Y component of the first control point.
X2
The X component of the second control point.
Y2
The Y component of the second control point.
Progress
A number from 0-1 that represents the progress of the animation with the curve applied to it.