Specifies a cubic Bézier curve. In CSS, the end points of the curve are fixed so only the 2nd and 3rd points are specified.
Syntax | |
---|---|
CSS | cubic-bezier(x1, y1, x2, y2), where x1, y1, x2, and y2 are <number> values and x1 and x2 must be in the range [0, 1] |