CSS Easing Visualizer

Design cubic-bezier easing curves with a draggable editor. Preview animations in real-time and export production-ready CSS.

Bezier Curve

cubic-bezier(0.25, 0.1, 0.25, 1.0)
0 1 0 1 time → progress →

Presets

Animation Preview

s
Translate
Scale
Rotate
Opacity

Compare

Pin the current curve, then adjust to compare side-by-side.

Code

transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1.0);