Редактор CSS Cubic Bezier

Визуальное создание пользовательских кривых плавности CSS

Обработка в браузереВаши данные не покидают браузер

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

Визуальное создание пользовательских кривых плавности CSS

Use this free online css-генераторы 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.