Four control values
A CSS cubic Bezier easing has fixed endpoints at (0, 0) and (1, 1). The editor changes the intermediate points (x1, y1) and (x2, y2), then expresses them as cubic-bezier(x1, y1, x2, y2). For a valid CSS easing function, both x coordinates must remain between 0 and 1 inclusive; the y coordinates may extend outside that interval.