CSS Cubic Bezier Editor

Maak visueel aangepaste CSS easing curves

BrowserverwerkingJe gegevens verlaten nooit je browser

Control Points

X1
Y1
X2
Y2

Visual Editor

Animation Preview

Duration:
s

Compare with standard easings:

linear
ease
ease-in
ease-out
ease-in-out

CSS

transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

/* Or use with animation */
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

Easing Presets

About CSS Cubic Bezier Editor

Maak visueel aangepaste CSS easing curves

Use this free online css generatoren tool to work faster without installing extra software. The interface is built for quick input, clear output, and straightforward results on desktop and mobile devices.

Processing

This tool runs in your browser whenever possible, which keeps your inputs private and reduces unnecessary round-trips to the server.