css Tools

Cubic Bezier Generator

Create custom CSS easing functions with visual preview.

Runs 100% in your browser — your data never leaves this device

Find this tool useful? Support the project to keep it free!

Buy me a coffee

What is Cubic Bezier Generator?

Cubic bezier functions define the speed curve of CSS animations and transitions. They control how an animation accelerates and decelerates. Our generator lets you visually create custom easing curves with an interactive preview.

How to Use Cubic Bezier Generator

1. Choose a preset or create your own curve 2. Drag the control points to adjust the curve 3. Preview the animation with the demo ball 4. Copy the cubic-bezier() function

Common Use Cases

  • Custom animation timing
  • Smooth transitions
  • Bounce effects
  • Elastic animations

Frequently Asked Questions

What do the values mean?

The four values define two control points (x1, y1, x2, y2) that shape the bezier curve.