Cubic Bezier / Easing lets you choose a named easing preset or drag the four control values, with the curve drawn and a dot animating to match. Copy the cubic-bezier() for a CSS transition or animation.
It runs in the page. Nothing is uploaded.
That is how 'back' easings overshoot. Only the x values are clamped to 0..1 by CSS.
linear, ease, ease-in/out variants, and sine, quad, cubic, expo, and back curves.
Yes. Paste a cubic-bezier() string or a preset name.
No. It is all local.