Skip to main content
CheckTown

Cubic Bezier Generator

Design CSS cubic-bezier timing functions with an interactive curve editor, animation preview, and preset easings.

Curve Editor

TimeProgress

Presets

Control Points

P1
P2

Animation Preview

s

Translate

Scale

Opacity

CSS Output

Learn More

Cubic Bezier Generator: CSS Animation Easing Made Visual

Cubic bezier curves control how CSS animations feel. Learn how control points shape motion and create custom easing.

What Are Cubic Bezier Curves?

A cubic Bezier curve is a mathematical function used in CSS to define the timing of animations and transitions. Written as cubic-bezier(x1, y1, x2, y2), it describes how an animation progresses from start to finish by mapping time to progress along a smooth curve defined by four control points.

5 min readRead full guide