Cubic-Bezier Editor

Design custom easing curves visually with an interactive bezier editor. Preview animations in real time and export CSS or Tailwind classes.

P1P2
P10.40, 0.00
P20.20, 1.00
cubic-bezier(0.40, 0.00, 0.20, 1.00)
CSS
transition-timing-function: cubic-bezier(0.40, 0.00, 0.20, 1.00);
Tailwind CSS
<div class="transition-all duration-500 ease-[cubic-bezier(0.40,_0.00,_0.20,_1.00)]">
  ...
</div>