Skip to content

Easing Curve Comparator

Compare cubic-bezier() curves with draggable control points, the named CSS easings, steps() and a simulated spring — then race up to four of them.

ms
timeprogress
A (current curve)
B
C
D

t = 0.000 · current progress 0.0%

cubic-bezier(0.34, 1.56, 0.64, 1)

Curve type

Race lanes

Lane A follows the curve you are editing. Set each lane from the library.

A (current curve)
B
C
D

CSS timing functions

/* current */
transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);

/* named CSS keywords */
linear · ease · ease-in · ease-out · ease-in-out · step-start · step-end

/* spring (m=1, k=180, c=12) */
transition-timing-function: cubic-bezier(0.250, 1.500, 0.750, 1.000);
transition-duration: 1039ms;

Sampled progress

tA (current curve)BCD
00.0000.0000.0000.000
0.10.0950.0760.4040.409
0.250.4090.4730.8160.817
0.50.8020.7661.0871.088
0.750.9600.9731.0601.064
0.90.9940.9881.0131.014
11.0001.0001.0001.000

About this tool

The cubic-bezier curve is inverted with Newton–Raphson exactly as browsers do it, and the spring runs a real damped-harmonic-oscillator integration (m·x″ + c·x′ + k·x = k) whose settle time and overshoot are measured from the simulation. The cubic-bezier approximation of the spring is a least-squares fit to that simulation. Everything is computed and drawn in your browser.

  • 100% free — no account needed
  • Runs in your browser
  • Nothing is uploaded

Frequently asked questions

Is Easing Curve Comparator really free?

Yes. Easing Curve Comparator is completely free on PureBrowser — every feature, with no account, no trial, and no credit card.

Does Easing Curve Comparator upload my data?

No. Easing Curve Comparator runs entirely inside your browser, so anything you type, paste, or open stays on your own device.

Do I need to sign up or install anything?

Neither. There is no account and nothing to download — open the page and Easing Curve Comparator is ready to use on desktop or mobile.

Does Easing Curve Comparator work offline?

Once the page has loaded, yes. All of the processing happens locally in your browser, so it keeps working without a connection.