Drag the two control points on the curve, and the tool shows a live animated preview alongside the matching cubic-bezier() CSS.
A timing function defined by two control points that shapes how an animation accelerates and decelerates over time.
The x values are clamped between 0 and 1, while the y values can go slightly beyond for overshoot and bounce effects.
The editor animates a dot along the curve so you can feel the timing before copying the CSS.