Drag the control points to shape a CSS cubic-bezier() easing curve, try presets,
and watch a live animation preview. Copy the timing function when it feels right. Everything
runs in your browser.
cubic-bezier() Editor
Drag a curve to build a CSS cubic-bezier() easing with live preview
P1: (0.25, 0.1)P2: (0.25, 1)
Live easing preview (loops).
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);Related Tools
Get weekly dev tools and tips