Easing Curve Editor

Design cubic-bezier and linear() easing curves visually. Drag the control points, pick a preset, or switch to linear() mode.

Presets

Preview

Duration0.6s
0.6s
custom
linear

CSS Output

transition-timing-function: cubic-bezier(0.25, 0.10, 0.25, 1.00);
animation-timing-function: cubic-bezier(0.25, 0.10, 0.25, 1.00);

Value

cubic-bezier(0.25, 0.10, 0.25, 1.00)