CSS Cubic Bezier Generator
Design a custom CSS cubic-bezier() easing curve with a live graph and animation preview, then copy the generated CSS instantly.
CSS Cubic Bezier Generator
Adjust the two control points, preview the curve and the resulting animation, and copy the CSS.
Animation Preview
Presets
Generated CSS
.cubic-bezier-easing {
transition-duration: 1s;
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}