Visually create and test CSS transition timing functions.
Curve Editor
Preview
Duration
1s
Configuration
CSS Code
transition-timing-function: cubic-bezier(0.25, 0.10, 0.25, 1.00);
The CSS Cubic-Bezier Generator is a visual tool for creating custom transition-timing-function curves. These curves control the acceleration and deceleration of CSS transitions and animations.
The curve is defined by four points: P0 (0,0), P1, P2, and P3 (1,1). You control P1 (pink) and P2 (green).