drag or ↑↓←→ nudge focused point (⇧ ×10)
Framer Motion / GSAP CustomEase-style [x1, y1, x2, y2]
drag or ↑↓←→ nudge focused point (⇧ ×10)
Framer Motion / GSAP CustomEase-style [x1, y1, x2, y2]
Updated 2026-08-19
Create CSS cubic-bezier easing curves online for free. Drag the two control handles to shape the
curve, watch a dot animate with your timing function, and copy the ready-to-use cubic-bezier()
value. Everything runs in your browser, so nothing leaves your machine.
The default ease and ease-in-out keywords only get you so far — custom motion needs a custom curve,
and tuning four numbers blind is hopeless. This editor lets you shape the curve visually and feel it in
the live preview, including overshoot effects when you drag a handle past the edges, then hands you the
exact cubic-bezier() to drop into any transition or animation.
preset: ease
cubic-bezier(0.25, 0.1, 0.25, 1)
preset: ease-in-out
cubic-bezier(0.42, 0, 0.58, 1)