Enter the four values of your cubic-bezier curve to find the reversed curve
cubic-bezier(
0, 0, 0, 0
)
x1, y1, x2, y2
cubic-bezier(
1, 1, 1, 1
)
(1 - x2), (1 - y2), (1 - x1 ), (1 - y1)