Code Flick TechnologiesToolscodeftech.com

CSS Easing Generator

Drag two control points to design a cubic-bezier easing curve. Animated preview block plus copy-ready CSS.

100% in your browser. Files never uploaded.
CSS
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);

How to use

  1. 1
    Drag the two control points
    Or pick a preset.
  2. 2
    Watch the live animation
    A square slides with the chosen curve.
  3. 3
    Copy the CSS
    Drop into transition-timing-function.

Related tools